Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java121 verify(mCallback).onRecordingEnd(); in testStopRecording()
133 verify(mCallback).onRecordingEnd(); in testUpdateState()
159 verify(mCallback).onRecordingEnd(); in testUpdateStateBroadcast()
184 verify(mCallback).onRecordingEnd(); in testUserChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java211 cb.onRecordingEnd(); in updateState()
251 default void onRecordingEnd() {} in onRecordingEnd() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DScreenRecordTile.java205 public void onRecordingEnd() { in onRecordingEnd() method in ScreenRecordTile.Callback
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java787 public void onRecordingEnd() { in onRecordingEnd() method in PhoneStatusBarPolicy