Home
last modified time | relevance | path

Searched refs:showErrorToast (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java224 showErrorToast(R.string.screenrecord_start_error); in startRecording()
257 protected void showErrorToast(int stringId) { in showErrorToast() method in RecordingService
392 showErrorToast(R.string.screenrecord_delete_error); in saveRecording()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java96 doNothing().when(mRecordingService).showErrorToast(anyInt()); in setUp()