Searched refs:EVENT_GET_MBDN_DONE (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java139 private static final int EVENT_GET_MBDN_DONE = 6; field in class:SIMRecords
719 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));
730 case EVENT_GET_MBDN_DONE:
750 if (msg.what == EVENT_GET_MBDN_DONE) {
767 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) {
1262 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));

Completed in 58 milliseconds