Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSimPhonebookRecordCache.java62 private static final int EVENT_GET_PHONEBOOK_RECORDS_DONE = 3; field in SimPhonebookRecordCache
192 mCi.getSimPhonebookRecords(obtainMessage(EVENT_GET_PHONEBOOK_RECORDS_DONE)); in fillCacheWithoutWaiting()
344 case EVENT_GET_PHONEBOOK_RECORDS_DONE: in handleMessage()