Searched refs:EVENT_SIM_RECORDS_LOADED (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 2983 case EVENT_SIM_RECORDS_LOADED: in handleMessage() 3323 mSimRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability() 3597 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents() 3602 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
|
D | ServiceStateTracker.java | 274 protected static final int EVENT_SIM_RECORDS_LOADED = 16; field in ServiceStateTracker 823 mPhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in updatePhoneType() 1456 case EVENT_SIM_RECORDS_LOADED: in handleMessage() 3269 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
|
D | Phone.java | 165 protected static final int EVENT_SIM_RECORDS_LOADED = 3; field in Phone
|