HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SERVICE_STATE_CHANGED (Results 1 - 18 of 18) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 60 public static final String ACTION_SERVICE_STATE_CHANGED = Intent.ACTION_SERVICE_STATE;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
185 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 60 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
98 } else if (action.equals(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED)) {
99 Log.d(TAG, "mReceiver: ACTION_SERVICE_STATE_CHANGED");
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
TestUtils.java 139 AdapterService.ACTION_SERVICE_STATE_CHANGED);
170 AdapterService.ACTION_SERVICE_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 146 if (AdapterService.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
AdapterService.java 106 public static final String ACTION_SERVICE_STATE_CHANGED =
706 intent.putExtra(EXTRA_ACTION, ACTION_SERVICE_STATE_CHANGED);
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
ProfileServiceTest.java 57 AdapterService.ACTION_SERVICE_STATE_CHANGED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 279 filter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
470 case TelephonyIntents.ACTION_SERVICE_STATE_CHANGED:
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 356 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
715 } else if (action.equals(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 299 milliseconds