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.java130 private static final int MSG_ID_ICC_RECORDS_LOADED = 20; field in CatService
180 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null); in CatService()
243 MSG_ID_ICC_RECORDS_LOADED, null); in getInstance()
855 case MSG_ID_ICC_RECORDS_LOADED: in handleMessage()
1147 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null); in update()