Searched refs:mPositiveButtonListener (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/app/
H A DCarAlertDialog.java48 private final OnClickListener mPositiveButtonListener; field in class:CarAlertDialog
73 mPositiveButtonListener = builder.mPositiveButtonListener;
292 if (mPositiveButtonListener != null) {
293 mPositiveButtonListener.onClick(/* dialog= */ this, BUTTON_POSITIVE);
367 private OnClickListener mPositiveButtonListener; field in class:CarAlertDialog.Builder
444 mPositiveButtonListener = listener;
463 mPositiveButtonListener = listener;
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java60 ap.mPositiveButtonListener = this;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingSecondaryUserActivity.java49 ap.mPositiveButtonListener = this;
H A DUsbAccessoryUriActivity.java78 ap.mPositiveButtonListener = this;
H A DUsbConfirmActivity.java83 ap.mPositiveButtonListener = this;
H A DUsbDebuggingActivity.java80 ap.mPositiveButtonListener = this;
H A DUsbPermissionActivity.java105 ap.mPositiveButtonListener = this;
/frameworks/base/core/java/com/android/internal/app/
H A DConfirmUserCreationActivity.java74 ap.mPositiveButtonListener = this;
H A DHarmfulAppWarningActivity.java74 p.mPositiveButtonListener = this;
H A DNetInitiatedActivity.java93 p.mPositiveButtonListener = this;
H A DSuspendedAppActivity.java103 ap.mPositiveButtonListener = ap.mNeutralButtonListener = this;
H A DAlertController.java977 public DialogInterface.OnClickListener mPositiveButtonListener; field in class:AlertController.AlertParams
1050 mPositiveButtonListener, null);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DAlwaysOnDisconnectedDialog.java69 mAlertParams.mPositiveButtonListener = this;
H A DConfirmDialog.java75 mAlertParams.mPositiveButtonListener = this;
H A DManageDialog.java86 mAlertParams.mPositiveButtonListener = this;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAlertDialog.java474 P.mPositiveButtonListener = listener;
487 P.mPositiveButtonListener = listener;
H A DAlertController.java877 public DialogInterface.OnClickListener mPositiveButtonListener; field in class:AlertController.AlertParams
952 mPositiveButtonListener, null, mPositiveButtonIcon);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java95 p.mPositiveButtonListener = this;
/frameworks/base/core/java/android/app/
H A DAlertDialog.java624 P.mPositiveButtonListener = listener;
637 P.mPositiveButtonListener = listener;

Completed in 273 milliseconds