HomeSort by relevance Sort by last modified time
    Searched refs:TELEPHONY_SERVICE (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 10 import static android.content.Context.TELEPHONY_SERVICE;
46 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
53 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
61 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
69 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
83 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
TelephonyManagerUtils.java 40 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
54 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Email/tests/src/com/android/emailcommon/
DeviceTests.java 32 (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
DataCommand.java 55 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
  /cts/tests/tests/permission/src/android/permission/cts/
TelephonyManagerPermissionTest.java 40 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
NoLocationPermissionTest.java 78 Context.TELEPHONY_SERVICE);
109 Context.TELEPHONY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 53 (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
96 ((TelephonyManager) getSystemService(TELEPHONY_SERVICE))
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 44 (TelephonyManager)getContext().getSystemService(Context.TELEPHONY_SERVICE);
SimRestrictedApisTest.java 33 (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 99 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 49 mTelephonyManager = (TelephonyManager) c.getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/
SmsDefaultDialog.java 66 TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Stk/src/com/android/stk/
StkMain.java 53 Context.TELEPHONY_SERVICE);
  /packages/services/Mms/src/com/android/mms/service/
MmsConfig.java 315 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
526 Context.TELEPHONY_SERVICE);
532 Context.TELEPHONY_SERVICE);
544 Context.TELEPHONY_SERVICE);
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionTimeout.java 89 (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
  /external/chromium_org/net/android/java/src/org/chromium/net/
AndroidNetworkLibrary.java 249 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
263 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 93 getContext().getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/base/services/core/java/com/android/server/connectivity/
DataConnectionStats.java 55 (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 135 Context.TELEPHONY_SERVICE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 77 this (context, (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE),
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 60 (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 130 mTelephonyManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 156 .getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/sim/
SimBootReceiver.java 49 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
SimSettings.java 138 (TelephonyManager) getActivity().getSystemService(Context.TELEPHONY_SERVICE);
163 (TelephonyManager) getActivity().getSystemService(Context.TELEPHONY_SERVICE);
370 Context.TELEPHONY_SERVICE);
489 (TelephonyManager) getActivity().getSystemService(Context.TELEPHONY_SERVICE);

Completed in 775 milliseconds

1 2 3 4 5 6