Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenrecord/data/repository/
DScreenRecordRepositoryTest.kt73 callback.onCountdown(1) in dataMatchesController()
77 callback.onCountdown(0) in dataMatchesController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingController.java207 cb.onCountdown(millisUntilFinished); in startCountdown()
331 default void onCountdown(long millisUntilFinished) {} in onCountdown() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/repository/
DScreenRecordRepository.kt68 override fun onCountdown(millisUntilFinished: Long) { in stopRecording() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java276 public void onCountdown(long millisUntilFinished) { in onCountdown() method in ScreenRecordTile.Callback