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

12

/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DDataCommand.java53 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java49 mTelephonyManager = (TelephonyManager) c.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DUtil.java171 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java55 (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsAccess.java110 context.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsAccessTest.java58 when(mContext.getSystemService(Context.TELEPHONY_SERVICE)).thenReturn(mTm);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java126 .getSystemService(Context.TELEPHONY_SERVICE);
343 .getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java313 Context.TELEPHONY_SERVICE);
513 (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java128 .getSystemService(Context.TELEPHONY_SERVICE);
335 .getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java287 Context.TELEPHONY_SERVICE);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java301 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
304 mContext.getSystemService(Context.TELEPHONY_SERVICE));
H A DContextFixture.java209 case Context.TELEPHONY_SERVICE:
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java76 mTManager = (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java324 Context.TELEPHONY_SERVICE);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java99 .getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java145 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
H A DGnssLocationProvider.java513 mContext.getSystemService(Context.TELEPHONY_SERVICE);
1972 mContext.getSystemService(Context.TELEPHONY_SERVICE);
2013 mContext.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java143 mTelephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java107 mTelephonyManager = (TelephonyManager) phone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java192 (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccSmsController.java269 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
H A DServiceStateTracker.java1357 getSystemService(Context.TELEPHONY_SERVICE)).
2548 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
2790 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
3002 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
3411 getSystemService(Context.TELEPHONY_SERVICE)).
3444 getSystemService(Context.TELEPHONY_SERVICE)).
3740 getSystemService(Context.TELEPHONY_SERVICE)).
4750 getSystemService(Context.TELEPHONY_SERVICE)).
H A DSmsApplication.java382 context.getSystemService(Context.TELEPHONY_SERVICE);
491 TelephonyManager tm = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java171 Context.TELEPHONY_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2677 TELEPHONY_SERVICE,
2828 * @see #TELEPHONY_SERVICE
3237 public static final String TELEPHONY_SERVICE = "phone"; field in class:Context

Completed in 1026 milliseconds

12