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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java129 private static final int EVENT_GET_MBDN_DONE = 6; field in class:SIMRecords
611 mailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));
622 case EVENT_GET_MBDN_DONE:
642 if (msg.what == EVENT_GET_MBDN_DONE) {
659 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) {
1112 mailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE));

Completed in 32 milliseconds