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

1 23 4 5 6

  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 116 (TelephonyManager) getActivity().getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 179 .getSystemService(Context.TELEPHONY_SERVICE))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 172 mContactsProvider.getContext().getSystemService(Context.TELEPHONY_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 229 Context.TELEPHONY_SERVICE);
507 TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
    [all...]
CallFeaturesSetting.java 286 TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 85 (TelephonyManager) getActivity().getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java     [all...]
CdmaLteServiceStateTracker.java 383 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 82 mTelephonyManager = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 289 Context.TELEPHONY_SERVICE);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 109 Context.TELEPHONY_SERVICE);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 63 SYSTEM_SERVICE_MAP.put(Context.TELEPHONY_SERVICE, "android.telephony.TelephonyManager");
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 193 (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
SoundTriggerHelper.java 96 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccSmsController.java 274 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 157 Context.TELEPHONY_SERVICE);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 611 Context.TELEPHONY_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 208 final TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
IccLockSettings.java 165 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 140 mTelephonyManager = (TelephonyManager)getSystemService(TELEPHONY_SERVICE);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 476 mContext.getSystemService(Context.TELEPHONY_SERVICE);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 455 Context.TELEPHONY_SERVICE);
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 273 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
    [all...]

Completed in 1109 milliseconds

1 23 4 5 6