Home
last modified time | relevance | path

Searched refs:showAlert (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java169 showAlert("Non-recurring I/O overuse test", in onCreateView()
247 showAlert("Recurring I/O overuse test", "Test completed successfully.", 0); in recurringIoOveruseTest()
435 showAlert("Error", message, android.R.drawable.ic_dialog_alert); in showErrorAlert()
438 private void showAlert(String title, String message, int iconDrawable) { in showAlert() method in CarWatchdogTestFragment
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSub.java205 void showAlert(Intent intent) { in showAlert() method in WifiCallingSettingsForSub
237 showAlert(intent);
449 showAlert(intent); in onResume()
/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java645 showAlert(); in onStopVideoRecording()
971 if (!effectsActive()) showAlert(); in finishRecorderAndCloseCamera()
1648 private void showAlert() { in showAlert() method in VideoCamera
2011 showAlert(); in onEffectsUpdate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSettingsForSubTest.java425 void showAlert(Intent intent) { in showAlert() method in WifiCallingSettingsForSubTest.TestFragment