Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java104 mController.startCountdown(100, 10, null, null); in testCancelCountdown()
125 mController.startCountdown(0, 0, startIntent, null); in testStartRecording()
141 mController.startCountdown(0, 0, startIntent, stopIntent); in testStopRecording()
171 mController.startCountdown(0, 0, startIntent, null); in testUpdateStateBroadcast()
201 mController.startCountdown(0, 0, startIntent, stopIntent); in testUserChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordPermissionDialog.kt159 controller.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent)
H A DRecordingController.java167 public void startCountdown(long ms, long interval, PendingIntent startIntent, in startCountdown() method in RecordingController
H A DScreenRecordDialog.java182 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()