HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_RECORDS_LOADED (Results 1 - 3 of 3) 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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]

Completed in 114 milliseconds