Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/brightness/
DBrightnessDialogTest.kt127 eq(BrightnessDialog.DIALOG_TIMEOUT_MILLIS), in testTimeout()
131 .thenReturn(BrightnessDialog.DIALOG_TIMEOUT_MILLIS) in testTimeout()
138 clock.advanceTime(BrightnessDialog.DIALOG_TIMEOUT_MILLIS.toLong()) in testTimeout()
146 eq(BrightnessDialog.DIALOG_TIMEOUT_MILLIS), in testRestartTimeout()
150 .thenReturn(BrightnessDialog.DIALOG_TIMEOUT_MILLIS) in testRestartTimeout()
157 clock.advanceTime(BrightnessDialog.DIALOG_TIMEOUT_MILLIS.toLong() / 2) in testRestartTimeout()
161 clock.advanceTime(BrightnessDialog.DIALOG_TIMEOUT_MILLIS.toLong() / 2) in testRestartTimeout()
165 clock.advanceTime(BrightnessDialog.DIALOG_TIMEOUT_MILLIS.toLong() / 2) in testRestartTimeout()
173 eq(BrightnessDialog.DIALOG_TIMEOUT_MILLIS), in testNoTimeoutIfNotStartedByBrightnessKey()
177 .thenReturn(BrightnessDialog.DIALOG_TIMEOUT_MILLIS) in testNoTimeoutIfNotStartedByBrightnessKey()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessDialog.java56 static final int DIALOG_TIMEOUT_MILLIS = 3000; field in BrightnessDialog
223 final int timeout = mAccessibilityMgr.getRecommendedTimeoutMillis(DIALOG_TIMEOUT_MILLIS, in scheduleTimeout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java313 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout()
374 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout_standard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java165 static final int DIALOG_TIMEOUT_MILLIS = 3000; field in VolumeDialogImpl
370 mDialogTimeoutMillis = DIALOG_TIMEOUT_MILLIS; in VolumeDialogImpl()
538 Settings.Secure.VOLUME_DIALOG_DISMISS_TIMEOUT, DIALOG_TIMEOUT_MILLIS); in initDialog()