Searched refs:notifyOp (Results 1 – 3 of 3) sorted by relevance
96 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp() method in ScreenshotNotificationSmartActionsProvider
163 smartActionsProvider.notifyOp(screenshotId, op, status, durationMs); in notifyScreenshotOp()
111 doThrow(RuntimeException.class).when(mSmartActionsProvider).notifyOp(any(), any(), any(), in testExceptionHandlingInNotifyingFeedback()