Home
last modified time | relevance | path

Searched refs:showMessage (Results 1 – 20 of 20) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java177 final boolean showMessage) { in callAbort() argument
182 if (showMessage) { in callAbort()
183 NotifyManager.getInstance().showMessage("Jobs aborted"); in callAbort()
197 final boolean showMessage) { in callAbortSpecialTasks() argument
202 if (showMessage) { in callAbortSpecialTasks()
203 NotifyManager.getInstance().showMessage("Special tasks aborted"); in callAbortSpecialTasks()
223 NotifyManager.getInstance().showMessage( in callReverify()
240 NotifyManager.getInstance().showMessage( in callRepair()
288 NotifyManager.getInstance().showMessage(message); in changeHostLocks()
367 final boolean showMessage) { in callGetJobHistory() argument
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DXLocaleMatcherTest.java211 boolean showMessage = i != 0; in testPerf()
212 …timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations); in testPerf()
213 … timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations); in testPerf()
214 …eXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations); in testPerf()
223 boolean showMessage = i != 0; in testPerf()
224 …caleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations); in testPerf()
225 …ocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations); in testPerf()
226 …eMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations); in testPerf()
DLocaleMatcherTest.java651 boolean showMessage = i != 0; in testPerf()
652 …meLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0); in testPerf()
653 …timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, t… in testPerf()
654 …timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iteration… in testPerf()
/external/autotest/frontend/client/src/autotest/common/ui/
DNotifyManager.java50 public void showMessage(String messageString) { in showMessage() method in NotifyManager.NotifyBox
123 errorNotify.showMessage(error); in showError()
142 public void showMessage(String message) { in showMessage() method in NotifyManager
143 messageNotify.showMessage(message); in showMessage()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDumpAST.cpp66 return Effect::showMessage(std::move(OS.str())); in REGISTER_TWEAK()
91 return Effect::showMessage(llvm::to_string(Inputs.ASTSelection)); in apply()
117 return Effect::showMessage(Out.str()); in apply()
149 return Effect::showMessage(std::move(OS.str())); in apply()
/external/skia/tools/mdbviz/
Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
143 this->statusBar()->showMessage(tr("Ready")); in createStatusBar()
/external/skqp/tools/mdbviz/
Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
143 this->statusBar()->showMessage(tr("Ready")); in createStatusBar()
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DConfigWizard.java105 NotifyManager.getInstance().showMessage("Reboot command has been issued."); in createWizardHeader()
142 NotifyManager.getInstance().showMessage(messageText); in createWizardFooter()
DNetworkInfoCard.java72 NotifyManager.getInstance().showMessage("Retrieved netowrk information."); in validateNetworkInfo()
DConfigEditMode.java232 NotifyManager.getInstance().showMessage( in onFinish()
/external/autotest/frontend/client/src/autotest/moblab/
DConfigSettingsView.java184 NotifyManager.getInstance().showMessage("Setup completed."); in rpcCallSubmit()
193 NotifyManager.getInstance().showMessage("Reset completed."); in rpcCallReset()
DCredentialsUploadView.java123 NotifyManager.getInstance().showMessage(successMessage); in rpcCall()
/external/autotest/frontend/client/src/autotest/tko/
DTestLabelManager.java122 notifyManager.showMessage("No labels on selected tests"); in handleRemoveLabels()
200 notifyManager.showMessage("Labels modified successfully"); in addOrRemoveLabel()
DSavedQueriesControl.java154 notifyManager.showMessage("Query saved"); in onClick()
170 notifyManager.showMessage("Query deleted"); in onClick()
DSpreadsheetDataProcessor.java163 notifyManager.showMessage("No results for query"); in handlePage()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DSnackbarHelper.java43 public void showMessage(Activity activity, String message) { in showMessage() method in SnackbarHelper
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.h75 static Effect showMessage(StringRef S) { in showMessage() function
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java254 messageSnackbarHelper.showMessage(this, "Searching for surfaces..."); in onResume()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java618 NotifyManager.getInstance().showMessage( in initialize()
817 NotifyManager.getInstance().showMessage( in submitJob()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1439 tray_icon->showMessage(qAppName(), msg, type, sec * 1000); in showTrayMessage()