Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java268 showErrorToast(R.string.screenrecord_start_error); in startRecording()
291 protected void showErrorToast(int stringId) { in showErrorToast() method in RecordingService
430 showErrorToast(R.string.screenrecord_start_error); in stopService()
464 showErrorToast(R.string.screenrecord_save_error); in saveRecording()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java130 doNothing().when(mRecordingService).showErrorToast(anyInt()); in setUp()