Searched refs:showInvalidChoiceToast (Results 1 – 6 of 6) sorted by relevance
154 verify(mBugReportHandlerUtil, never()).showInvalidChoiceToast(any()); in testClickingItemSuccess()174 verify(mBugReportHandlerUtil, times(1)).showInvalidChoiceToast(any()); in testClickingItemFail()
115 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in WebViewUpdateServiceWrapper
101 getWebViewUpdateServiceWrapper().showInvalidChoiceToast(getActivity()); in onSelectionPerformed()
356 verify(mWvusWrapper, never()).showInvalidChoiceToast(any()); in testSuccessfulClickChangesProvider()372 verify(mWvusWrapper, times(1)).showInvalidChoiceToast(any()); in testFailingClickUpdatesSetting()
243 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in BugReportHandlerUtil
163 getBugReportHandlerUtil().showInvalidChoiceToast(getContext()); in onSelectionPerformed()