Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/svc/src/com/android/commands/svc/
DDataCommand.java55 … = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in run()
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DDataIdleTest.java49 mTelephonyManager = (TelephonyManager) c.getSystemService(Context.TELEPHONY_SERVICE); in setUp()
/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java205 Context.TELEPHONY_SERVICE); in getTelephonyManager()
411 (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); in adjustUriForUserAndGrantPermission()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java55 (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE); in startMonitoring()
DNetworkMonitor.java273 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in NetworkMonitor()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java984 getSystemService(Context.TELEPHONY_SERVICE)). in getHomeOperatorNumeric()
1174 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE); in pollStateDone()
1514 getSystemService(Context.TELEPHONY_SERVICE)). in isRoamingBetweenOperators()
1602 getSystemService(Context.TELEPHONY_SERVICE)). in setTimeFromNITZString()
1861 getSystemService(Context.TELEPHONY_SERVICE)). in getImsi()
DCdmaLteServiceStateTracker.java383 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE); in pollStateDone()
/frameworks/base/core/java/android/content/
DContext.java2118 TELEPHONY_SERVICE,
2591 public static final String TELEPHONY_SERVICE = "phone"; field in Context
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java49 .getSystemService(Context.TELEPHONY_SERVICE); in SettingsHelper()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneFallbackEventHandler.java266 Context.TELEPHONY_SERVICE); in getTelephonyManager()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsApplication.java306 context.getSystemService(Context.TELEPHONY_SERVICE); in getApplication()
446 TelephonyManager tm = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE); in setDefaultApplication()
DUiccSmsController.java274 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in isSmsSimPickActivityNeeded()
DServiceStateTracker.java1054 getSystemService(Context.TELEPHONY_SERVICE)). in getHomeOperatorNumeric()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java145 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in ComprehensiveCountryDetector()
DGpsLocationProvider.java476 mContext.getSystemService(Context.TELEPHONY_SERVICE); in subscriptionOrSimChanged()
1897 mContext.getSystemService(Context.TELEPHONY_SERVICE); in requestSetID()
1938 mContext.getSystemService(Context.TELEPHONY_SERVICE); in requestRefLocation()
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd52 (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java76 mTManager = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE); in setUp()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardViewBase.java318 Context.TELEPHONY_SERVICE); in interceptMediaKey()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java143 mTelephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); in initLocationListeners()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1042 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE); in pollStateDone()
1496 getSystemService(Context.TELEPHONY_SERVICE)). in isSameNamedOperators()
1516 getSystemService(Context.TELEPHONY_SERVICE)). in currentMccEqualsSimMcc()
1730 getSystemService(Context.TELEPHONY_SERVICE)). in setTimeFromNITZString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java157 Context.TELEPHONY_SERVICE); in IccRecords()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java193 (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE); in GpsNetInitiatedHandler()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DSoundTriggerHelper.java96 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in SoundTriggerHelper()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java184 return (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in from()
2370 return ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in getITelephony()
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java121 Context.TELEPHONY_SERVICE); in startMonitoring()

12