Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java2009 case EVENT_RUIM_RECORDS_LOADED: in handleMessage()
2641 r.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null); in registerForIccRecordEvents()
DServiceStateTracker.java193 protected static final int EVENT_RUIM_RECORDS_LOADED = 27; field in ServiceStateTracker
1252 case EVENT_RUIM_RECORDS_LOADED: in handleMessage()
2343 mIccRecords.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
DPhone.java156 protected static final int EVENT_RUIM_RECORDS_LOADED = 22; field in Phone