Searched refs:TELEPHONY_SERVICE (Results 1 – 8 of 8) sorted by relevance
10 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()
202 Context.TELEPHONY_SERVICE); in PresencePublication()915 Context.TELEPHONY_SERVICE); in doPublish()1218 Context.TELEPHONY_SERVICE); in isOnLTE()1228 Context.TELEPHONY_SERVICE); in isOnIWLAN()
310 mContext.getSystemService(Context.TELEPHONY_SERVICE); in addAreaCode()
800 mContext.getSystemService(Context.TELEPHONY_SERVICE); in getLine1Number()830 mContext.getSystemService(Context.TELEPHONY_SERVICE); in getSubscriberId()
63 SYSTEM_SERVICE_MAP.put(Context.TELEPHONY_SERVICE, "android.telephony.TelephonyManager"); in SYSTEM_SERVICE_MAP.put() argument
358 Context.TELEPHONY_SERVICE); in requestPublication()
174 (TelephonyManager) mService.getSystemService(Context.TELEPHONY_SERVICE); in SmsFacade()
113 (TelephonyManager) mService.getSystemService(Context.TELEPHONY_SERVICE); in TelephonyManagerFacade()