Home
last modified time | relevance | path

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

/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DManageDialog.java80 mAlertParams.mTitle = getText(R.string.legacy_title); in onCreate()
82 mAlertParams.mTitle = VpnConfig.getVpnLabel(this, mConfig.user); in onCreate()
85 mAlertParams.mPositiveButtonText = getText(R.string.configure); in onCreate()
86 mAlertParams.mPositiveButtonListener = this; in onCreate()
88 mAlertParams.mNeutralButtonText = getText(R.string.disconnect); in onCreate()
89 mAlertParams.mNeutralButtonListener = this; in onCreate()
90 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel); in onCreate()
91 mAlertParams.mNegativeButtonListener = this; in onCreate()
92 mAlertParams.mView = view; in onCreate()
DAlwaysOnDisconnectedDialog.java70 mAlertParams.mTitle = getString(R.string.always_on_disconnected_title); in onCreate()
71 mAlertParams.mPositiveButtonText = getString(R.string.open_app); in onCreate()
72 mAlertParams.mPositiveButtonListener = this; in onCreate()
73 mAlertParams.mNegativeButtonText = getString(R.string.dismiss); in onCreate()
74 mAlertParams.mNegativeButtonListener = this; in onCreate()
75 mAlertParams.mCancelable = false; in onCreate()
76 mAlertParams.mView = view; in onCreate()
DConfirmDialog.java76 mAlertParams.mTitle = getText(R.string.prompt); in onCreate()
77 mAlertParams.mPositiveButtonText = getText(android.R.string.ok); in onCreate()
78 mAlertParams.mPositiveButtonListener = this; in onCreate()
79 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel); in onCreate()
80 mAlertParams.mView = view; in onCreate()
/frameworks/base/core/java/com/android/internal/app/
DAlertActivity.java49 protected AlertController.AlertParams mAlertParams; field in AlertActivity
56 mAlertParams = new AlertController.AlertParams(this); in onCreate()
98 mAlert.installContent(mAlertParams); in setupAlert()
DHarmfulAppWarningActivity.java70 final AlertController.AlertParams p = mAlertParams; in onCreate()
79 mAlert.installContent(mAlertParams); in onCreate()
DConfirmUserCreationActivity.java71 final AlertController.AlertParams ap = mAlertParams; in onCreate()
DNetInitiatedActivity.java89 final AlertController.AlertParams p = mAlertParams; in onCreate()
DSuspendedAppActivity.java161 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingSecondaryUserActivity.java45 final AlertController.AlertParams ap = mAlertParams; in onCreate()
DUsbAccessoryUriActivity.java70 final AlertController.AlertParams ap = mAlertParams; in onCreate()
DUsbDebuggingActivity.java75 final AlertController.AlertParams ap = mAlertParams; in onCreate()
DUsbConfirmActivity.java70 final AlertController.AlertParams ap = mAlertParams; in onCreate()
DUsbPermissionActivity.java84 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportWarningActivity.java56 final AlertController.AlertParams ap = mAlertParams; in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesDialog.java86 final AlertController.AlertParams p = mAlertParams; in onCreate()