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

1 2 3 4 5

  /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);
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 44 (TelephonyManager)getContext().getSystemService(Context.TELEPHONY_SERVICE);
PhoneStateListenerTest.java 53 (TelephonyManager)getContext().getSystemService(Context.TELEPHONY_SERVICE);
TelephonyManagerTest.java 52 (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);
  /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/core/java/android/net/
NetworkIdentity.java 152 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 154 .getSystemService(Context.TELEPHONY_SERVICE);
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 108 (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
OtaStartupReceiver.java 123 Context.TELEPHONY_SERVICE);
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 157 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
238 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /packages/services/Mms/src/com/android/mms/service/
MmsConfig.java 309 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
515 Context.TELEPHONY_SERVICE);

Completed in 2452 milliseconds

1 2 3 4 5