We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87ed5a commit e25863cCopy full SHA for e25863c
telephony/java/android/telephony/ServiceState.java
@@ -307,10 +307,11 @@ public String getOperatorAlphaShort() {
307
* In GSM/UMTS, numeric format is 3 digit country code plus 2 or 3 digit
308
* network code.
309
*
310
+ * @return numeric format of operator, null if unregistered or unknown
311
+ */
312
+ /*
313
* The country code can be decoded using
314
* {@link com.android.internal.telephony.MccTable#countryCodeForMcc(int)}.
- *
- * @return numeric format of operator, null if unregistered or unknown
315
*/
316
public String getOperatorNumeric() {
317
return mOperatorNumeric;
0 commit comments