HomeSort by relevance Sort by last modified time
    Searched refs:MNC (Results 1 - 14 of 14) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 67 Telephony.Carriers.MNC + " TEXT," +
99 Telephony.Carriers.MNC, // 9
120 Telephony.Carriers.MNC,
259 row.getAsString(Telephony.Carriers.MNC))
ApnsXmlProcessor.java 52 APN_ATTRIBUTE_MAP.put("mnc", Telephony.Carriers.MNC);
241 // Set numeric to be canonicalized mcc/mnc like "310120", always 6 digits
244 apnValues.getAsString(Telephony.Carriers.MNC));
279 // Get the mcc and mnc attributes
282 mInputParser.getAttributeValue(null, "mnc"));
304 * @param mccMnc The mcc and mnc of this mms_config
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 152 Telephony.Carriers.MNC, // 4
263 // MCC is first 3 chars and then in 2 - 3 chars of MNC
268 String mnc = numeric.substring(3); local
269 // Auto populate MNC and MCC for new entries, based on what SIM reports
271 mMnc.setText(mnc);
272 mCurMnc = mnc;
353 final String mnc = checkNotSet(mMnc.getText()); local
379 values.put(Telephony.Carriers.MNC, mnc);
381 values.put(Telephony.Carriers.NUMERIC, mcc + mnc);
442 String mnc = checkNotSet(mMnc.getText()); local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 142 CARRIERS_UNIQUE_FIELDS.add(MNC);
165 MNC + " TEXT DEFAULT ''," +
221 + SubscriptionManager.MNC + " INTEGER DEFAULT 0,"
583 " ADD COLUMN " + SubscriptionManager.MNC + " INTEGER DEFAULT 0;");
1165 String mnc = parser.getAttributeValue(null, "mnc"); local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 43 MNC,
104 case MNC:
105 mConfig.mnc = value;
205 config.setProperty(Properties.MNC, 001); // unused
272 config.setProperty(Properties.MNC, 222);
504 config.setProperty(Properties.MNC, 222);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 67 SubscriptionManager.MNC, SubscriptionManager.CB_EXTREME_THREAT_ALERT,
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 135 Telephony.Carriers.MNC, // 10
377 case Telephony.Carriers.MNC:
489 // MCC is first 3 chars and then in 2 - 3 chars of MNC
494 String mnc = numeric.substring(3); local
495 // Auto populate MNC and MCC for new entries, based on what SIM reports
497 mMnc.setText(mnc);
498 mCurMnc = mnc;
843 String mnc = checkNotSet(mMnc.getText()); local
1043 String mnc = checkNotSet(mMnc.getText()); local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 248 * TelephonyProvider column name for the MNC associated with a SIM.
252 public static final String MNC = "mnc";
    [all...]
Telephony.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 95 Telephony.Carriers.MNC, // 10
584 @Rpc(description = "Returns the numeric name (MCC+MNC) of registered operator." +
591 @Rpc(description = "Returns the numeric name (MCC+MNC) of registered operator" +
697 @Rpc(description = "Returns the MCC+MNC for default subscription ID")
703 @Rpc(description = "Returns the MCC+MNC for specified subscription ID")
989 String mnc = ""; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 289 int mnc = cursor.getInt(cursor.getColumnIndexOrThrow( local
290 SubscriptionManager.MNC));
299 + " mcc:" + mcc + " mnc:" + mnc + " countIso:" + countryIso);
308 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso);
1076 int mnc = 0; local
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 251 milliseconds