Searched refs:startCountdown (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
H A D | RecordingControllerTest.java | 104 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 D | ScreenRecordPermissionDialog.kt | 159 controller.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent)
|
H A D | RecordingController.java | 167 public void startCountdown(long ms, long interval, PendingIntent startIntent, in startCountdown() method in RecordingController
|
H A D | ScreenRecordDialog.java | 182 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()
|