Home
last modified time | relevance | path

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

/external/robolectric/v1/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/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java202 Context.TELEPHONY_SERVICE); in PresencePublication()
915 Context.TELEPHONY_SERVICE); in doPublish()
1218 Context.TELEPHONY_SERVICE); in isOnLTE()
1228 Context.TELEPHONY_SERVICE); in isOnIWLAN()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DContactNumberUtils.java310 mContext.getSystemService(Context.TELEPHONY_SERVICE); in addAreaCode()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DCapabilityPolling.java800 mContext.getSystemService(Context.TELEPHONY_SERVICE); in getLine1Number()
830 mContext.getSystemService(Context.TELEPHONY_SERVICE); in getSubscriberId()
/external/robolectric/v1/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/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java358 Context.TELEPHONY_SERVICE); in requestPublication()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java174 (TelephonyManager) mService.getSystemService(Context.TELEPHONY_SERVICE); in SmsFacade()
DTelephonyManagerFacade.java113 (TelephonyManager) mService.getSystemService(Context.TELEPHONY_SERVICE); in TelephonyManagerFacade()