Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bugreporthandler/
DBugReportHandlerPickerTest.java150 verify(mBugReportHandlerUtil, never()).showInvalidChoiceToast(any()); in testClickingItemSuccess()
170 verify(mBugReportHandlerUtil, times(1)).showInvalidChoiceToast(any()); in testClickingItemFail()
/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
DWebViewAppPickerTest.java348 verify(mWvusWrapper, never()).showInvalidChoiceToast(any()); in testSuccessfulClickChangesProvider()
364 verify(mWvusWrapper, times(1)).showInvalidChoiceToast(any()); in testFailingClickUpdatesSetting()
/packages/apps/Settings/src/com/android/settings/webview/
DWebViewUpdateServiceWrapper.java100 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in WebViewUpdateServiceWrapper
DWebViewAppPicker.java101 getWebViewUpdateServiceWrapper().showInvalidChoiceToast(getActivity()); in onSelectionPerformed()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/webview/
DWebViewUpdateServiceWrapper.java100 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in WebViewUpdateServiceWrapper
DWebViewAppPicker.java101 getWebViewUpdateServiceWrapper().showInvalidChoiceToast(getActivity()); in onSelectionPerformed()
/packages/apps/Settings/src/com/android/settings/bugreporthandler/
DBugReportHandlerUtil.java241 public void showInvalidChoiceToast(Context context) { in showInvalidChoiceToast() method in BugReportHandlerUtil
DBugReportHandlerPicker.java160 getBugReportHandlerUtil().showInvalidChoiceToast(getContext()); in onSelectionPerformed()