Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java2402 case EVENT_SIM_RECORDS_LOADED: in handleMessage()
2622 mSimRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
2912 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
2917 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
DServiceStateTracker.java191 protected static final int EVENT_SIM_RECORDS_LOADED = 16; field in ServiceStateTracker
625 mPhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in updatePhoneType()
1197 case EVENT_SIM_RECORDS_LOADED: in handleMessage()
2544 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
DPhone.java152 protected static final int EVENT_SIM_RECORDS_LOADED = 3; field in Phone