Searched refs:EVENT_SIM_RECORDS_LOADED (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorGsmCdmaPhone.java | 90 case EVENT_SIM_RECORDS_LOADED: in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 2850 case EVENT_SIM_RECORDS_LOADED: in handleMessage() 3172 mSimRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability() 3443 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents() 3448 r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
|
D | ServiceStateTracker.java | 250 protected static final int EVENT_SIM_RECORDS_LOADED = 16; field in ServiceStateTracker 772 mPhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in updatePhoneType() 1373 case EVENT_SIM_RECORDS_LOADED: in handleMessage() 2967 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
|
D | Phone.java | 149 protected static final int EVENT_SIM_RECORDS_LOADED = 3; field in Phone
|