Searched refs:EVENT_GET_SLOT_STATUS_DONE (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 62 private static final int EVENT_GET_SLOT_STATUS_DONE = 4; field in UiccControllerTest 290 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testCardIdFromSlotStatus() 313 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testCardIdForDefaultEuicc() 490 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable() 533 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable_swapSlotOrder() 578 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 124 private static final int EVENT_GET_SLOT_STATUS_DONE = 4; field in UiccController 504 mRadioConfig.getSimSlotsStatus(obtainMessage(EVENT_GET_SLOT_STATUS_DONE, in handleMessage() 513 case EVENT_GET_SLOT_STATUS_DONE: in handleMessage() 607 case EVENT_GET_SLOT_STATUS_DONE: return "GET_SLOT_STATUS_DONE"; in eventToString()
|