Searched refs:EVENT_SIM_RECORDS_LOADED (Results 1 – 3 of 3) sorted by relevance
2137 case EVENT_SIM_RECORDS_LOADED: in handleMessage()2355 mSimRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()2639 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
182 protected static final int EVENT_SIM_RECORDS_LOADED = 16; field in ServiceStateTracker583 mPhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in updatePhoneType()1078 case EVENT_SIM_RECORDS_LOADED: in handleMessage()2338 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
133 protected static final int EVENT_SIM_RECORDS_LOADED = 3; field in Phone