Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java113 private static final int MSG_ID_ICC_RECORDS_LOADED = 20; field in CatService
165 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null); in CatService()
228 MSG_ID_ICC_RECORDS_LOADED, null); in getInstance()
820 case MSG_ID_ICC_RECORDS_LOADED: in handleMessage()
1096 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null); in update()