Searched defs:EVENT_RECORDS_LOADED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java62 public static final int EVENT_RECORDS_LOADED = BASE + 2; field in class:DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java91 private static final int EVENT_RECORDS_LOADED = 7; field in class:IccCardProxy
258 case EVENT_RECORDS_LOADED:
273 loge("EVENT_RECORDS_LOADED Country code is null");
284 loge("EVENT_RECORDS_LOADED Operator name is null");
457 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);

Completed in 267 milliseconds