Home
last modified time | relevance | path

Searched refs:onRecordingEnd (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingControllerTest.java196 verify(mCallback).onRecordingEnd(); in testStopRecording()
208 verify(mCallback).onRecordingEnd(); in testUpdateState()
230 verify(mCallback).onRecordingEnd(); in testUpdateStateBroadcast()
249 verify(mCallback).onRecordingEnd(); in testUserChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/data/repository/
DScreenRecordRepository.kt63 override fun onRecordingEnd() { in stopRecording() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingController.java288 cb.onRecordingEnd(); in updateState()
328 default void onRecordingEnd() {} in onRecordingEnd() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/data/repository/
DScreenRecordRepositoryTest.kt83 callback.onRecordingEnd() in dataMatchesController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java248 public void onRecordingEnd() { in onRecordingEnd() method in ScreenRecordTile.Callback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java841 public void onRecordingEnd() { in onRecordingEnd() method in PhoneStatusBarPolicy