Searched refs:showErrorToast (Results 1 – 2 of 2) sorted by relevance
224 showErrorToast(R.string.screenrecord_start_error); in startRecording()257 protected void showErrorToast(int stringId) { in showErrorToast() method in RecordingService392 showErrorToast(R.string.screenrecord_delete_error); in saveRecording()
96 doNothing().when(mRecordingService).showErrorToast(anyInt()); in setUp()