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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 64 public static final int EVENT_RECORDS_LOADED = BASE + 2;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 499 logd("Sending EVENT_RECORDS_LOADED");
500 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null));
564 logd("Sending EVENT_RECORDS_LOADED");
565 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null));
653 logd("Sending EVENT_RECORDS_LOADED");
654 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 82 private static final int EVENT_RECORDS_LOADED = 7;
256 case EVENT_RECORDS_LOADED:
269 loge("EVENT_RECORDS_LOADED Country code is null");
272 loge("EVENT_RECORDS_LOADED Operator name is null");
478 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1691 milliseconds