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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java184 private SharedPreferences mTelephonySharedPreferences; field in class:PhoneInterfaceManager
1049 mTelephonySharedPreferences =
2929 final SharedPreferences.Editor editor = mTelephonySharedPreferences.edit();
2967 mTelephonySharedPreferences.getString(numberPrefKey, null));
2969 return mTelephonySharedPreferences.getString(numberPrefKey, null);
2984 return mTelephonySharedPreferences.getString(alphaTagPrefKey, null);
3014 final Map<String, ?> prefs = mTelephonySharedPreferences.getAll();

Completed in 16 milliseconds