Home
last modified time | relevance | path

Searched refs:EVENT_RECORDS_LOADED (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java431 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testDataSetup()
496 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testDataRetry()
585 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testUserDisableData()
636 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testUserDisableRoaming()
695 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testDataCallOnUserDisableRoaming()
801 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testCarrierActionSetMeteredApnsEnabled()
/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java64 public static final int EVENT_RECORDS_LOADED = BASE + 2; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java81 private static final int EVENT_RECORDS_LOADED = 7; field in IccCardProxy
238 case EVENT_RECORDS_LOADED: in handleMessage()
439 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null); in registerUiccCardEvents()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java3766 case DctConstants.EVENT_RECORDS_LOADED: in handleMessage()
4167 this, DctConstants.EVENT_RECORDS_LOADED, null); in onUpdateIcc()