Home
last modified time | relevance | path

Searched refs:mAlertParams (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DRequestToggleWiFiActivity.java254 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 DWifiNoInternetDialog.java131 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 DManageDialog.java76 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 DAlwaysOnDisconnectedDialog.java66 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 DConfirmDialog.java82 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 DControlPanelPicker.java79 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 DAlertActivity.java53 protected AlertController.AlertParams mAlertParams; field in AlertActivity
60 mAlertParams = new AlertController.AlertParams(this); in onCreate()
102 mAlert.installContent(mAlertParams); in setupAlert()
H A DBlockedAppActivity.java60 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 DHarmfulAppWarningActivity.java74 final AlertController.AlertParams p = mAlertParams; in onCreate()
83 mAlert.installContent(mAlertParams); in onCreate()
H A DNetInitiatedActivity.java78 final AlertController.AlertParams p = mAlertParams; in onCreate()
H A DConfirmUserCreationActivity.java75 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
H A DContextualCardFeedbackDialog.java42 final AlertController.AlertParams alertParams = mAlertParams; in onCreate()
H A DFaceReEnrollDialog.java61 final AlertController.AlertParams alertParams = mAlertParams; in onCreate()
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportWarningActivity.java61 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java70 final AlertController.AlertParams ap = mAlertParams; in onCreate()
H A DUsbDebuggingSecondaryUserActivity.java60 final AlertController.AlertParams ap = mAlertParams; in onCreate()
H A DUsbDebuggingActivity.java88 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DUserConsentActivityDialog.java65 final AlertController.AlertParams params = mAlertParams; in onCreate()
/aosp12/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java232 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 DWifiDebuggingSecondaryUserActivity.java50 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DRequestIgnoreBatteryOptimizations.java90 final AlertController.AlertParams p = mAlertParams; in onCreate()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DTapAgainDialog.java69 AlertController.AlertParams ap = mAlertParams; in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DRequestPermissionHelperActivity.java80 final AlertController.AlertParams p = mAlertParams; in createDialog()
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/
H A DPaymentDefaultDialog.java118 final AlertController.AlertParams p = mAlertParams; in buildDialog()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DAllowBindAppWidgetActivity.java128 AlertController.AlertParams ap = mAlertParams; in onCreate()

12