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.java145 private static final int EVENT_GET_MBDN_DONE = 6; field in class:SIMRecords
683 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));
694 case EVENT_GET_MBDN_DONE:
714 if (msg.what == EVENT_GET_MBDN_DONE) {
731 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) {
1242 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));

Completed in 43 milliseconds