Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DSimPhonebookRecordCacheTest.java38 private static final int EVENT_PHONEBOOK_RECORDS_RECEIVED = 2; field in SimPhonebookRecordCacheTest
103 EVENT_PHONEBOOK_RECORDS_RECEIVED, ar); in testGetPhonebookRecords()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSimPhonebookRecordCache.java67 private static final int EVENT_PHONEBOOK_RECORDS_RECEIVED = 2; field in SimPhonebookRecordCache
113 mCi.registerForSimPhonebookRecordsReceived(this, EVENT_PHONEBOOK_RECORDS_RECEIVED, null); in SimPhonebookRecordCache()
371 case EVENT_PHONEBOOK_RECORDS_RECEIVED: in handleMessage()