Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java147 verify(mCallback).onRecordingEnd(); in testStopRecording()
159 verify(mCallback).onRecordingEnd(); in testUpdateState()
185 verify(mCallback).onRecordingEnd(); in testUpdateStateBroadcast()
208 verify(mCallback).onRecordingEnd(); in testUserChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java267 cb.onRecordingEnd(); in updateState()
307 default void onRecordingEnd() {} in onRecordingEnd() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DScreenRecordTile.java227 public void onRecordingEnd() { in onRecordingEnd() method in ScreenRecordTile.Callback
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java823 public void onRecordingEnd() { in onRecordingEnd() method in PhoneStatusBarPolicy