HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_ICC_CHANGED (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccStateChangedLauncher.java 42 private static final int EVENT_ICC_CHANGED = 1;
55 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
62 case (EVENT_ICC_CHANGED):
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 95 public static final int EVENT_ICC_CHANGED = BASE + 33;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 139 protected static final int EVENT_ICC_CHANGED = 15;
    [all...]
Phone.java 184 private static final int EVENT_ICC_CHANGED = 30;
548 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
661 case EVENT_ICC_CHANGED:
    [all...]
ServiceStateTracker.java 212 public static final int EVENT_ICC_CHANGED = 42;
497 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
    [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 1077 milliseconds