Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java3003 case EVENT_SIM_RECORDS_LOADED: in handleMessage()
3347 mSimRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
3621 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
3626 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
H A DServiceStateTracker.java269 protected static final int EVENT_SIM_RECORDS_LOADED = 16; field in ServiceStateTracker
819 mPhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in updatePhoneType()
1462 case EVENT_SIM_RECORDS_LOADED: in handleMessage()
3281 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
H A DPhone.java166 protected static final int EVENT_SIM_RECORDS_LOADED = 3; field in Phone