Searched refs:showErrorToast (Results 1 – 2 of 2) sorted by relevance
268 showErrorToast(R.string.screenrecord_start_error); in startRecording()291 protected void showErrorToast(int stringId) { in showErrorToast() method in RecordingService430 showErrorToast(R.string.screenrecord_start_error); in stopService()464 showErrorToast(R.string.screenrecord_save_error); in saveRecording()
130 doNothing().when(mRecordingService).showErrorToast(anyInt()); in setUp()