Searched refs:TELEPHONY_SERVICE (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DDataCommand.java66 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java48 mTelephonyManager = (TelephonyManager) c.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java120 Context.TELEPHONY_SERVICE);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java187 Context.TELEPHONY_SERVICE);
H A DPhoneFallbackEventHandler.java268 Context.TELEPHONY_SERVICE);
H A DGlobalActions.java93 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
H A DPhoneWindowManager.java1462 ServiceManager.checkService(Context.TELEPHONY_SERVICE));
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java106 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
H A DGpsLocationProvider.java1455 mContext.getSystemService(Context.TELEPHONY_SERVICE);
1496 mContext.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java1435 * @see #TELEPHONY_SERVICE
1682 public static final String TELEPHONY_SERVICE = "phone"; field in class:Context
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java78 mTManager = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java47 * Context.getSystemService(Context.TELEPHONY_SERVICE)}.
1009 return ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java143 mTelephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java809 Context.TELEPHONY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java183 mPhone = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/core/java/android/app/
H A DContextImpl.java408 registerService(TELEPHONY_SERVICE, new ServiceFetcher() {
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1548 Context.TELEPHONY_SERVICE);
H A DNetworkStatsService.java1645 Context.TELEPHONY_SERVICE);
/frameworks/base/media/java/android/media/
H A DAudioService.java394 context.getSystemService(Context.TELEPHONY_SERVICE);

Completed in 355 milliseconds