Searched refs:EVENT_RECORDS_LOADED (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 624 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testDataSetup() 672 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testDataRetry() 738 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testUserDisableData() 779 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testTrySetupDataMmsAllowedDataDisabled() 839 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testUserDisableRoaming() 896 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testDataCallOnUserDisableRoaming() 1005 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testCarrierActionSetMeteredApnsEnabled() 1070 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testGetDataConnectionState() 1099 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testTrySetupDataUnmeteredDataDisabled() 1128 mDct.sendMessage(mDct.obtainMessage(DctConstants.EVENT_RECORDS_LOADED, null)); in testTrySetupMeteredDataDisabled() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | DctConstants.java | 61 public static final int EVENT_RECORDS_LOADED = BASE + 2; field in DctConstants
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 118 private static final int EVENT_RECORDS_LOADED = 4; field in UiccProfile 183 case EVENT_RECORDS_LOADED: 589 ir.registerForRecordsLoaded(mHandler, EVENT_RECORDS_LOADED, null); in registerAllAppEvents()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3437 case DctConstants.EVENT_RECORDS_LOADED: in handleMessage() 3847 this, DctConstants.EVENT_RECORDS_LOADED, null); in onUpdateIcc()
|