Searched refs:mAlertParams (Results 1 – 9 of 9) sorted by relevance
83 mAlertParams.mIconId = android.R.drawable.ic_dialog_info; in onResume()84 mAlertParams.mTitle = getText(R.string.legacy_title); in onResume()88 mAlertParams.mIcon = app.loadIcon(pm); in onResume()89 mAlertParams.mTitle = app.loadLabel(pm); in onResume()92 mAlertParams.mPositiveButtonText = getText(R.string.configure); in onResume()93 mAlertParams.mPositiveButtonListener = this; in onResume()95 mAlertParams.mNeutralButtonText = getText(R.string.disconnect); in onResume()96 mAlertParams.mNeutralButtonListener = this; in onResume()97 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel); in onResume()98 mAlertParams.mNegativeButtonListener = this; in onResume()[all …]
69 mAlertParams.mIconId = android.R.drawable.ic_dialog_alert; in onResume()70 mAlertParams.mTitle = getText(android.R.string.dialog_alert_title); in onResume()71 mAlertParams.mPositiveButtonText = getText(android.R.string.ok); in onResume()72 mAlertParams.mPositiveButtonListener = this; in onResume()73 mAlertParams.mNegativeButtonText = getText(android.R.string.cancel); in onResume()74 mAlertParams.mNegativeButtonListener = this; in onResume()75 mAlertParams.mView = view; in onResume()
43 protected AlertController.AlertParams mAlertParams; field in AlertActivity50 mAlertParams = new AlertController.AlertParams(this); in onCreate()73 mAlertParams.apply(mAlert); in setupAlert()
60 final AlertController.AlertParams p = mAlertParams; in onCreate()
88 final AlertController.AlertParams p = mAlertParams; in onCreate()
121 AlertController.AlertParams ap = mAlertParams; in onCreate()
72 final AlertController.AlertParams ap = mAlertParams; in onCreate()
73 final AlertController.AlertParams ap = mAlertParams; in onCreate()
84 final AlertController.AlertParams ap = mAlertParams; in onCreate()