Home
last modified time | relevance | path

Searched refs:showInvalidChoiceToast (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bugreporthandler/
DBugReportHandlerPickerTest.java154 verify(mBugReportHandlerUtil, never()).showInvalidChoiceToast(any()); in testClickingItemSuccess()
174 verify(mBugReportHandlerUtil, times(1)).showInvalidChoiceToast(any()); in testClickingItemFail()
/packages/apps/Settings/src/com/android/settings/webview/
DWebViewUpdateServiceWrapper.java115 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in WebViewUpdateServiceWrapper
DWebViewAppPicker.java101 getWebViewUpdateServiceWrapper().showInvalidChoiceToast(getActivity()); in onSelectionPerformed()
/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
DWebViewAppPickerTest.java356 verify(mWvusWrapper, never()).showInvalidChoiceToast(any()); in testSuccessfulClickChangesProvider()
372 verify(mWvusWrapper, times(1)).showInvalidChoiceToast(any()); in testFailingClickUpdatesSetting()
/packages/apps/Settings/src/com/android/settings/bugreporthandler/
DBugReportHandlerUtil.java243 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in BugReportHandlerUtil
DBugReportHandlerPicker.java163 getBugReportHandlerUtil().showInvalidChoiceToast(getContext()); in onSelectionPerformed()