Searched refs:DIALOG_TIMEOUT_MILLIS (Results 1 – 4 of 4) sorted by relevance
127 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 …]
56 static final int DIALOG_TIMEOUT_MILLIS = 3000; field in BrightnessDialog223 final int timeout = mAccessibilityMgr.getRecommendedTimeoutMillis(DIALOG_TIMEOUT_MILLIS, in scheduleTimeout()
313 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout()374 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout_standard()
165 static final int DIALOG_TIMEOUT_MILLIS = 3000; field in VolumeDialogImpl370 mDialogTimeoutMillis = DIALOG_TIMEOUT_MILLIS; in VolumeDialogImpl()538 Settings.Secure.VOLUME_DIALOG_DISMISS_TIMEOUT, DIALOG_TIMEOUT_MILLIS); in initDialog()