Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java155 private static final int EVENT_GET_MBDN_DONE = 6 + SIM_RECORD_EVENT_BASE; field in SIMRecords
679 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE)); in handleMessage()
690 case EVENT_GET_MBDN_DONE: in handleMessage()
711 if (msg.what == EVENT_GET_MBDN_DONE) { in handleMessage()
729 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) { in handleMessage()
1329 mMailboxIndex, obtainMessage(EVENT_GET_MBDN_DONE)); in handleFileUpdate()