Searched refs:PREF_CARRIERS_NUMBER_PREFIX (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java155 private static final String PREF_CARRIERS_NUMBER_PREFIX = "carrier_number_"; field in class:PhoneInterfaceManager
2445 final String numberPrefKey = PREF_CARRIERS_NUMBER_PREFIX + iccId;
2468 String numberPrefKey = PREF_CARRIERS_NUMBER_PREFIX + iccId;
2519 final String numberKey = PREF_CARRIERS_NUMBER_PREFIX + iccId;
2540 if (key.startsWith(PREF_CARRIERS_NUMBER_PREFIX)) {
2543 final String iccId = key.substring(PREF_CARRIERS_NUMBER_PREFIX.length());

Completed in 38 milliseconds