/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | RequestToggleWiFiActivity.java | 254 mAlertParams.mPositiveButtonListener = this; in updateUi() 256 mAlertParams.mNegativeButtonListener = this; in updateUi() 265 mAlertParams.mPositiveButtonText = null; in updateUi() 266 mAlertParams.mPositiveButtonListener = null; in updateUi() 267 mAlertParams.mNegativeButtonText = null; in updateUi() 268 mAlertParams.mNegativeButtonListener = null; in updateUi() 274 mAlertParams.mPositiveButtonListener = this; in updateUi() 276 mAlertParams.mNegativeButtonListener = this; in updateUi() 285 mAlertParams.mPositiveButtonText = null; in updateUi() 286 mAlertParams.mPositiveButtonListener = null; in updateUi() [all …]
|
H A D | WifiNoInternetDialog.java | 131 final AlertController.AlertParams ap = mAlertParams; in createDialog() 213 Settings.Global.putString(mAlertParams.mContext.getContentResolver(), in onClick()
|
/aosp12/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
H A D | ManageDialog.java | 76 mAlertParams.mTitle = getText(R.string.legacy_title); in onCreate() 78 mAlertParams.mTitle = VpnConfig.getVpnLabel(this, mConfig.user); in onCreate() 81 mAlertParams.mPositiveButtonText = getText(R.string.configure); in onCreate() 82 mAlertParams.mPositiveButtonListener = this; in onCreate() 84 mAlertParams.mNeutralButtonText = getText(R.string.disconnect); in onCreate() 85 mAlertParams.mNeutralButtonListener = this; in onCreate() 86 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel); in onCreate() 87 mAlertParams.mNegativeButtonListener = this; in onCreate() 88 mAlertParams.mView = view; in onCreate()
|
H A D | AlwaysOnDisconnectedDialog.java | 66 mAlertParams.mTitle = getString(R.string.always_on_disconnected_title); in onCreate() 67 mAlertParams.mPositiveButtonText = getString(R.string.open_app); in onCreate() 68 mAlertParams.mPositiveButtonListener = this; in onCreate() 69 mAlertParams.mNegativeButtonText = getString(R.string.dismiss); in onCreate() 70 mAlertParams.mNegativeButtonListener = this; in onCreate() 71 mAlertParams.mCancelable = false; in onCreate() 72 mAlertParams.mView = view; in onCreate()
|
H A D | ConfirmDialog.java | 82 mAlertParams.mTitle = getText(R.string.prompt); in onCreate() 83 mAlertParams.mPositiveButtonText = getText(android.R.string.ok); in onCreate() 84 mAlertParams.mPositiveButtonListener = this; in onCreate() 85 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel); in onCreate() 86 mAlertParams.mView = view; in onCreate()
|
/aosp12/packages/apps/MusicFX/src/com/android/musicfx/ |
H A D | ControlPanelPicker.java | 79 final AlertController.AlertParams p = mAlertParams; in onCreate() 99 mAlertParams.mCheckedItem = which; 109 Cursor c = mAlertParams.mCursor; in onClick() 110 c.moveToPosition(mAlertParams.mCheckedItem); in onClick()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | AlertActivity.java | 53 protected AlertController.AlertParams mAlertParams; field in AlertActivity 60 mAlertParams = new AlertController.AlertParams(this); in onCreate() 102 mAlert.installContent(mAlertParams); in setupAlert()
|
H A D | BlockedAppActivity.java | 60 mAlertParams.mTitle = getString(R.string.app_blocked_title); in onCreate() 61 mAlertParams.mMessage = getString(R.string.app_blocked_message, appLabel); in onCreate() 62 mAlertParams.mPositiveButtonText = getString(android.R.string.ok); in onCreate()
|
H A D | HarmfulAppWarningActivity.java | 74 final AlertController.AlertParams p = mAlertParams; in onCreate() 83 mAlert.installContent(mAlertParams); in onCreate()
|
H A D | NetInitiatedActivity.java | 78 final AlertController.AlertParams p = mAlertParams; in onCreate()
|
H A D | ConfirmUserCreationActivity.java | 75 final AlertController.AlertParams ap = mAlertParams; in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ |
H A D | ContextualCardFeedbackDialog.java | 42 final AlertController.AlertParams alertParams = mAlertParams; in onCreate()
|
H A D | FaceReEnrollDialog.java | 61 final AlertController.AlertParams alertParams = mAlertParams; in onCreate()
|
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportWarningActivity.java | 61 final AlertController.AlertParams ap = mAlertParams; in onCreate()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | UsbAccessoryUriActivity.java | 70 final AlertController.AlertParams ap = mAlertParams; in onCreate()
|
H A D | UsbDebuggingSecondaryUserActivity.java | 60 final AlertController.AlertParams ap = mAlertParams; in onCreate()
|
H A D | UsbDebuggingActivity.java | 88 final AlertController.AlertParams ap = mAlertParams; in onCreate()
|
/aosp12/packages/apps/Traceur/src/com/android/traceur/ |
H A D | UserConsentActivityDialog.java | 65 final AlertController.AlertParams params = mAlertParams; in onCreate()
|
/aosp12/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/ |
H A D | RingtonePickerActivity.java | 232 final AlertController.AlertParams p = mAlertParams; in onCreate() 476 return mAlertParams.mCheckedItem; in getCheckedItem() 480 mAlertParams.mCheckedItem = pos; in setCheckedItem()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/ |
H A D | WifiDebuggingSecondaryUserActivity.java | 50 final AlertController.AlertParams ap = mAlertParams; in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | RequestIgnoreBatteryOptimizations.java | 90 final AlertController.AlertParams p = mAlertParams; in onCreate()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
H A D | TapAgainDialog.java | 69 AlertController.AlertParams ap = mAlertParams; in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | RequestPermissionHelperActivity.java | 80 final AlertController.AlertParams p = mAlertParams; in createDialog()
|
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/ |
H A D | PaymentDefaultDialog.java | 118 final AlertController.AlertParams p = mAlertParams; in buildDialog()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | AllowBindAppWidgetActivity.java | 128 AlertController.AlertParams ap = mAlertParams; in onCreate()
|