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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccStateChangedLauncher.java 55 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
UiccController.java 349 public void registerForIccChanged(Handler h, int what, Object obj) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccStateChangedLauncherTest.java 96 verify(UiccController.getInstance(), times(1)).registerForIccChanged(eq(uiccLauncher),
156 verify(UiccController.getInstance(), never()).registerForIccChanged(eq(uiccLauncher),
UiccControllerTest.java 195 mUiccControllerUT.registerForIccChanged(mMockedHandler, ICC_CHANGED_EVENT, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 60 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierIdentifier.java 144 UiccController.getInstance().registerForIccChanged(this, ICC_CHANGED_EVENT, null);
Phone.java 548 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
    [all...]
ServiceStateTracker.java 497 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 178 mUiccController.registerForIccChanged(this, MSG_ID_ICC_CHANGED, null);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 133 verify(mUiccController).registerForIccChanged(eq(mPhoneUT), integerArgumentCaptor.capture(),
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 584 mUiccController.registerForIccChanged(this, DctConstants.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 527 milliseconds