HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_SIM_RECORDS_LOADED (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 138 case EVENT_SIM_RECORDS_LOADED:
300 mSimRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
CdmaLteServiceStateTracker.java 74 mCdmaLtePhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
129 case EVENT_SIM_RECORDS_LOADED:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 78 private static final int EVENT_SIM_RECORDS_LOADED = 6;
151 case EVENT_SIM_RECORDS_LOADED:
314 mActivePhone.registerForSimRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
    [all...]
ServiceStateTracker.java 152 protected static final int EVENT_SIM_RECORDS_LOADED = 16;
    [all...]
PhoneBase.java 133 protected static final int EVENT_SIM_RECORDS_LOADED = 3;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java     [all...]
GsmServiceStateTracker.java 398 case EVENT_SIM_RECORDS_LOADED:
399 log("EVENT_SIM_RECORDS_LOADED: what=" + msg.what);
    [all...]

Completed in 112 milliseconds