Searched refs:showInvalidChoiceToast (Results 1 – 8 of 8) sorted by relevance
150 verify(mBugReportHandlerUtil, never()).showInvalidChoiceToast(any()); in testClickingItemSuccess()170 verify(mBugReportHandlerUtil, times(1)).showInvalidChoiceToast(any()); in testClickingItemFail()
348 verify(mWvusWrapper, never()).showInvalidChoiceToast(any()); in testSuccessfulClickChangesProvider()364 verify(mWvusWrapper, times(1)).showInvalidChoiceToast(any()); in testFailingClickUpdatesSetting()
100 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in WebViewUpdateServiceWrapper
101 getWebViewUpdateServiceWrapper().showInvalidChoiceToast(getActivity()); in onSelectionPerformed()
241 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in BugReportHandlerUtil
160 getBugReportHandlerUtil().showInvalidChoiceToast(getContext()); in onSelectionPerformed()