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 | 62 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in GsmSMSDispatcher() 97 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; 1247 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded() 1250 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded() 1253 Message.obtain(mPhoneUT, EVENT_ICC_CHANGED, null).sendToTarget(); in testReapplyUiccApplicationEnablementNotNeeded() 1263 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 586 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in Phone() 704 case EVENT_ICC_CHANGED: in handleMessage()
|
D | ServiceStateTracker.java | 270 public static final int EVENT_ICC_CHANGED = 42; field in ServiceStateTracker 636 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null); in ServiceStateTracker() 1161 case EVENT_ICC_CHANGED: in handleMessage()
|
D | SMSDispatcher.java | 143 protected static final int EVENT_ICC_CHANGED = 15; field in SMSDispatcher
|