/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/ |
D | WakelockAnomalyTest.java | 47 private static final long TIME_OUT = 3000; field in WakelockAnomalyTest 79 TestUtils.wait(mDevice, durationMs - TIME_OUT); in testWakelockAnomaly_longTimeWhileRunning_report() 86 TIME_OUT)).isNotNull(); in testWakelockAnomaly_longTimeWhileRunning_report() 107 TIME_OUT)).isNull(); in testWakelockAnomaly_shortTime_notReport() 123 TestUtils.wait(mDevice, durationMs + TIME_OUT); in testWakelockAnomaly_longTimeWhileNotRunning_notReport() 130 TIME_OUT)).isNull(); in testWakelockAnomaly_longTimeWhileNotRunning_notReport()
|
D | BluetoothAnomalyTest.java | 47 private static final long TIME_OUT = 3000; field in BluetoothAnomalyTest 85 TIME_OUT)).isNotNull(); in testBluetoothAnomaly_longScanningTime_reportAnomaly() 106 TIME_OUT)).isNull(); in testBluetoothAnomaly_shortScanningTime_notReport()
|
D | TestUtils.java | 30 private static final long TIME_OUT = 3000; field in TestUtils 61 uiDevice.wait(Until.hasObject(By.pkg(PACKAGE_NAME).depth(0)), TIME_OUT); in startAnomalyApp()
|
/packages/apps/Settings/tests/perftests/src/com/android/settings/tests/perf/ |
D | LaunchSettingsTest.java | 61 private static final int TIME_OUT = 5000; field in LaunchSettingsTest 97 mDevice.waitForIdle(TIME_OUT); in setUp() 125 mDevice.waitForIdle(TIME_OUT); in executePreformanceTest() 127 mDevice.wait(Until.findObject(By.text(displayName)), TIME_OUT); in executePreformanceTest() local 218 mDevice.waitForIdle(TIME_OUT); in clickAirplaneMode() 220 mDevice.waitForIdle(TIME_OUT); in clickAirplaneMode()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | NetworkRequestErrorDialogFragment.java | 39 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enumConstant 59 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() 65 if (msgType == ERROR_DIALOG_TYPE.TIME_OUT) { in onCreateDialog()
|
D | NetworkRequestDialogFragment.java | 325 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.TIME_OUT);
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | NetworkRequestErrorDialogFragment.java | 38 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enumConstant 58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() 64 if (msgType == ERROR_DIALOG_TYPE.TIME_OUT) { in onCreateDialog()
|
D | NetworkRequestDialogFragment.java | 324 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.TIME_OUT);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | NetworkRequestErrorDialogFragment.java | 40 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enumConstant 62 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog() 68 if (msgType == ERROR_DIALOG_TYPE.TIME_OUT) { in onCreateDialog()
|
D | NetworkRequestDialogFragment.java | 324 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.TIME_OUT);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | NetworkRequestDialogFragmentTest.java | 132 assertThat(fakeFragment.errorType).isEqualTo(ERROR_DIALOG_TYPE.TIME_OUT); in onResumeAndWaitTimeout_shouldCallTimeoutDialog()
|