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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java64 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.java84 private static final int EVENT_RECORDS_LOADED = 7; field in class:IccCardProxy
241 case EVENT_RECORDS_LOADED:
254 loge("EVENT_RECORDS_LOADED Country code is null");
257 loge("EVENT_RECORDS_LOADED Operator name is null");
438 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);

Completed in 135 milliseconds