Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/webkit/
H A DJsPromptResult.java36 public void confirm(String result) { in confirm() method in JsPromptResult
38 confirm(); in confirm()
H A DJsResult.java54 public final void confirm() { in confirm() method in JsResult
H A DJsDialogHelper.java153 mResult.confirm(); in onClick()
155 mResult.confirm(mEdit.getText().toString()); in onClick()
/aosp14/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl112 void reboot(boolean confirm, String reason, boolean wait); in reboot() argument
113 void rebootSafeMode(boolean confirm, boolean wait); in rebootSafeMode() argument
114 void shutdown(boolean confirm, String reason, boolean wait); in shutdown() argument
H A DPowerManager.java2555 public void shutdown(boolean confirm, String reason, boolean wait) { in shutdown() argument
2557 mService.shutdown(confirm, reason, wait); in shutdown()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java151 public static void shutdown(final Context context, String reason, boolean confirm) { in shutdown() argument
155 shutdownInner(context, confirm); in shutdown()
158 private static void shutdownInner(final Context context, boolean confirm) { in shutdownInner() argument
190 if (confirm) { in shutdownInner()
247 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() argument
252 shutdownInner(context, confirm); in reboot()
263 public static void rebootSafeMode(final Context context, boolean confirm) { in rebootSafeMode() argument
273 shutdownInner(context, confirm); in rebootSafeMode()
H A DPowerManagerService.java3916 private void shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm,
3942 ShutdownThread.rebootSafeMode(getUiContext(), confirm);
3944 ShutdownThread.reboot(getUiContext(), reason, confirm);
3946 ShutdownThread.shutdown(getUiContext(), reason, confirm);
6488 public void reboot(boolean confirm, @Nullable String reason, boolean wait) {
6498 shutdownOrRebootInternal(HALT_MODE_REBOOT, confirm, reason, wait);
6511 public void rebootSafeMode(boolean confirm, boolean wait) {
6518 shutdownOrRebootInternal(HALT_MODE_REBOOT_SAFE_MODE, confirm, reason, wait);
6531 public void shutdown(boolean confirm, String reason, boolean wait) {
6537 shutdownOrRebootInternal(HALT_MODE_SHUTDOWN, confirm, reason, wait);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModelTest.kt242 confirm = expectConfirmation,
490 confirm = true,
531 confirm = true,
565 confirm = true,
648 confirm = expectConfirmation,
711 confirm: Boolean = false,
718 assertThat(viewModel.isConfirmButtonVisible.first()).isEqualTo(confirm)
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java254 public void shutdown(boolean confirm); in shutdown() argument
255 public void reboot(boolean confirm); in reboot() argument
256 public void rebootSafeMode(boolean confirm); in rebootSafeMode() argument
/aosp14/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java123 mView = View.inflate(this, R.layout.confirm, null); in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java309 ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() argument
311 mConfirm = confirm; in ClingWindowView()
H A DWindowManagerService.java3547 public void shutdown(boolean confirm) { in shutdown() argument
3550 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in shutdown() local
3555 public void reboot(boolean confirm) { in reboot() argument
3558 PowerManager.SHUTDOWN_USER_REQUESTED, confirm); in reboot() local
3563 public void rebootSafeMode(boolean confirm) { in rebootSafeMode() argument
3566 confirm); in rebootSafeMode() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DImmersiveModeConfirmation.java389 ClingWindowView(Context context, Runnable confirm) { in ClingWindowView() argument
391 mConfirm = confirm; in ClingWindowView()
/aosp14/frameworks/base/core/proto/android/server/
H A Dbiometrics.proto68 * Authentication is successful, but we're waiting for the user to press "confirm" button.
/aosp14/system/core/fs_mgr/
H A DREADME.overlayfs.md126 currently advised to confirm update is present after a reboot
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java148 mConfirmButton = (Button)mContentView.findViewById(R.id.confirm); in onCreateContentView()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dfalsing.md27 want to prompt them to confirm their action, or if you simply want to ignore the
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto2737 // OPEN: SUW > Fingerprint > Dialog to confirm cancel fingerprint setup.
2740 // OPEN: SUW > Fingerprint > Dialog to confirm skip fingerprint setup entirely.
3634 // OPEN: Settings > Apps > Default Apps > Warning dialog to confirm selection
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt57092 method public void confirm(String);
57097 method public final void confirm();