Home
last modified time | relevance | path

Searched refs:INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordPermissionDialog.kt159 controller.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent)
186 private const val INTERVAL_MS: Long = 1000
H A DScreenRecordDialog.java68 private static final long INTERVAL_MS = 1000; field in ScreenRecordDialog
182 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()