Home
last modified time | relevance | path

Searched refs:TELEPHONY_SERVICE (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DTelephonyManagerTest.java10 import static android.content.Context.TELEPHONY_SERVICE;
46 …phonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE); in shouldGiveDeviceId()
53 …phonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE); in shouldGiveNetworkOperatorName()
61 …phonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE); in shouldGiveNetworkCountryIso()
69 …phonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE); in shouldGiveNetworkOperator()
83 …phonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE); in shouldGivePhoneType()
/external/chromium_org/net/android/java/src/org/chromium/net/
DAndroidNetworkLibrary.java249 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in getNetworkCountryIso()
263 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in getNetworkOperator()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java63 SYSTEM_SERVICE_MAP.put(Context.TELEPHONY_SERVICE, "android.telephony.TelephonyManager"); in SYSTEM_SERVICE_MAP.put() argument
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DAddressWidget.java558 ((TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE)) in AddressWidget()