Searched defs:telephonyManager (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DSpecialCharSequenceMgr.java153 TelephonyManager telephonyManager =
155 if (telephonyManager == null
156 || !TelephonyCapabilities.supportsAdn(telephonyManager.getCurrentPhoneType())) {
238 TelephonyManager telephonyManager =
240 if (telephonyManager != null && input.equals(MMI_IMEI_DISPLAY)) {
241 int phoneType = telephonyManager.getCurrentPhoneType();
243 showIMEIPanel(context, useSystemWindow, telephonyManager);
246 showMEIDPanel(context, useSystemWindow, telephonyManager);
261 TelephonyManager telephonyManager) {
262 String imeiStr = telephonyManager
260 showIMEIPanel(Context context, boolean useSystemWindow, TelephonyManager telephonyManager) argument
272 showMEIDPanel(Context context, boolean useSystemWindow, TelephonyManager telephonyManager) argument
[all...]

Completed in 44 milliseconds