Searched defs: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.java144 private static final int EVENT_GET_MBDN_DONE = 6; field in class:SIMRecords
739 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));
750 case EVENT_GET_MBDN_DONE:
770 if (msg.what == EVENT_GET_MBDN_DONE) {
787 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) {
1287 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));

Completed in 37 milliseconds