HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_RECORDS_LOADED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 62 public static final int EVENT_RECORDS_LOADED = BASE + 2;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 91 private static final int EVENT_RECORDS_LOADED = 7;
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);
    [all...]

Completed in 58 milliseconds