Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DDeviceInfoUtils.java43 import static android.content.Context.TELEPHONY_SERVICE;
180 (TelephonyManager) context.getSystemService(TELEPHONY_SERVICE); in getFormattedPhoneNumber()
196 (TelephonyManager) context.getSystemService(TELEPHONY_SERVICE); in getFormattedPhoneNumbers()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DVisualVoicemailSmsFilterTest.java73 .thenReturn(Context.TELEPHONY_SERVICE); in setUp()
74 when(mContext.getSystemService(Context.TELEPHONY_SERVICE)) in setUp()
DTelephonyTest.java315 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); in setUp()
321 mContext.getSystemService(Context.TELEPHONY_SERVICE)); in setUp()
/frameworks/base/cmds/svc/src/com/android/commands/svc/
DDataCommand.java53 … = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in run()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java19 import static android.content.Context.TELEPHONY_SERVICE;
147 final TelephonyManager tm = (TelephonyManager) ctx.getSystemService(TELEPHONY_SERVICE); in checkDunRequired()
/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/net/
DNetworkStatsAccess.java110 context.getSystemService(Context.TELEPHONY_SERVICE); in checkAccessLevel()
/frameworks/base/keystore/java/android/security/keystore/
DAttestationUtils.java124 Context.TELEPHONY_SERVICE); in attestDeviceIds()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DOMADMAdapter.java126 .getSystemService(Context.TELEPHONY_SERVICE); in OMADMAdapter()
343 .getSystemService(Context.TELEPHONY_SERVICE); in isSprint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DUtil.java171 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in isVoiceCapable()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java55 (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE); in startMonitoring()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsAccessTest.java58 when(mContext.getSystemService(Context.TELEPHONY_SERVICE)).thenReturn(mTm); in setUp()
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DTetheringConfigurationTest.java66 if (Context.TELEPHONY_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java314 Context.TELEPHONY_SERVICE); in getTelephonyManager()
522 (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); in adjustUriForUserAndGrantPermission()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java120 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in filter()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneFallbackEventHandler.java290 Context.TELEPHONY_SERVICE); in getTelephonyManager()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java325 Context.TELEPHONY_SERVICE); in interceptMediaKey()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java145 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in ComprehensiveCountryDetector()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java100 .getSystemService(Context.TELEPHONY_SERVICE); in SettingsHelper()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java76 mTManager = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE); in setUp()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java143 mTelephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); in initLocationListeners()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java715 .getSystemService(Context.TELEPHONY_SERVICE); in setWfcSetting()
886 context.getSystemService(Context.TELEPHONY_SERVICE); in setWfcMode()
914 mContext.getSystemService(Context.TELEPHONY_SERVICE); in setWfcModeForSlot()
2026 mContext.getSystemService(Context.TELEPHONY_SERVICE); in getServiceProxy()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java107 …lephonyManager = (TelephonyManager) phone.getContext().getSystemService(Context.TELEPHONY_SERVICE); in DcController()
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsApplication.java429 context.getSystemService(Context.TELEPHONY_SERVICE); in getApplication()
538 TelephonyManager tm = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE); in setDefaultApplication()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiInjector.java353 return (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); in makeTelephonyManager()

123