Searched refs:EVENT_ICC_CHANGED (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccStateChangedLauncher.java | 42 private static final int EVENT_ICC_CHANGED = 1; field in UiccStateChangedLauncher 55 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in UiccStateChangedLauncher() 62 case (EVENT_ICC_CHANGED): in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 64 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in GsmSMSDispatcher() 99 case EVENT_ICC_CHANGED: in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 21 import static com.android.internal.telephony.Phone.EVENT_ICC_CHANGED; 1209 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded() 1212 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded() 1215 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded() 1225 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Phone.java | 182 protected static final int EVENT_ICC_CHANGED = 30; field in Phone 582 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in Phone() 700 case EVENT_ICC_CHANGED: in handleMessage()
|
D | ServiceStateTracker.java | 271 public static final int EVENT_ICC_CHANGED = 42; field in ServiceStateTracker 626 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in ServiceStateTracker() 1148 case EVENT_ICC_CHANGED: in handleMessage()
|
D | SMSDispatcher.java | 144 protected static final int EVENT_ICC_CHANGED = 15; field in SMSDispatcher
|