Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/svc/src/com/android/commands/svc/
DDataCommand.java66 … = 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/core/java/android/net/
DNetworkIdentity.java152 Context.TELEPHONY_SERVICE); in buildNetworkIdentity()
DCaptivePortalTracker.java89 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in CaptivePortalTracker()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardViewBase.java173 Context.TELEPHONY_SERVICE); in interceptMediaKey()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
DKeyguardViewBase.java188 Context.TELEPHONY_SERVICE); in interceptMediaKey()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java94 return (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in from()
1135 return ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in getITelephony()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneFallbackEventHandler.java267 Context.TELEPHONY_SERVICE); in getTelephonyManager()
DGlobalActions.java125 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in GlobalActions()
DPhoneWindowManager.java1763 ServiceManager.checkService(Context.TELEPHONY_SERVICE)); in getTelephonyService()
/frameworks/base/services/java/com/android/server/location/
DComprehensiveCountryDetector.java146 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in ComprehensiveCountryDetector()
DGpsLocationProvider.java1413 mContext.getSystemService(Context.TELEPHONY_SERVICE); in requestSetID()
1454 mContext.getSystemService(Context.TELEPHONY_SERVICE); in requestRefLocation()
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd52 (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java143 mTelephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); in initLocationListeners()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java78 mTManager = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE); in setUp()
/frameworks/base/core/java/android/content/
DContext.java2090 public static final String TELEPHONY_SERVICE = "phone"; field in Context
/frameworks/base/services/java/com/android/server/
DThrottleService.java814 Context.TELEPHONY_SERVICE); in DataRecorder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java215 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); in SMSDispatcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkController.java206 mPhone = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE); in NetworkController()
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DPduPersister.java290 .getSystemService(Context.TELEPHONY_SERVICE); in PduPersister()
/frameworks/base/core/java/android/app/
DContextImpl.java472 registerService(TELEPHONY_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/media/java/android/media/
DAudioService.java539 context.getSystemService(Context.TELEPHONY_SERVICE); in AudioService()
/frameworks/base/api/
D14.txt5118 field public static final java.lang.String TELEPHONY_SERVICE = "phone";
D15.txt5127 field public static final java.lang.String TELEPHONY_SERVICE = "phone";
D16.txt5360 field public static final java.lang.String TELEPHONY_SERVICE = "phone";

12