Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSimPhonebookRecordCache.java68 private static final int EVENT_GET_PHONEBOOK_RECORDS_DONE = 3; field in SimPhonebookRecordCache
202 mCi.getSimPhonebookRecords(obtainMessage(EVENT_GET_PHONEBOOK_RECORDS_DONE)); in fillCacheWithoutWaiting()
347 case EVENT_GET_PHONEBOOK_RECORDS_DONE: in handleMessage()