Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/data/repository/
DScreenRecordRepositoryTest.kt70 callback.onCountdown(1) in dataMatchesController()
74 callback.onCountdown(0) in dataMatchesController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/repository/
DScreenRecordRepository.kt67 override fun onCountdown(millisUntilFinished: Long) { in stopRecording() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingController.java197 cb.onCountdown(millisUntilFinished); in startCountdown()
312 default void onCountdown(long millisUntilFinished) {} in onCountdown() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java232 public void onCountdown(long millisUntilFinished) { in onCountdown() method in ScreenRecordTile.Callback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java799 public void onCountdown(long millisUntilFinished) { in onCountdown() method in PhoneStatusBarPolicy