Searched refs:mAlertParams (Results 1 – 15 of 15) sorted by relevance
80 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()
70 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()
76 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()
49 protected AlertController.AlertParams mAlertParams; field in AlertActivity56 mAlertParams = new AlertController.AlertParams(this); in onCreate()98 mAlert.installContent(mAlertParams); in setupAlert()
70 final AlertController.AlertParams p = mAlertParams; in onCreate()79 mAlert.installContent(mAlertParams); in onCreate()
71 final AlertController.AlertParams ap = mAlertParams; in onCreate()
89 final AlertController.AlertParams p = mAlertParams; in onCreate()
161 final AlertController.AlertParams ap = mAlertParams; in onCreate()
45 final AlertController.AlertParams ap = mAlertParams; in onCreate()
70 final AlertController.AlertParams ap = mAlertParams; in onCreate()
75 final AlertController.AlertParams ap = mAlertParams; in onCreate()
84 final AlertController.AlertParams ap = mAlertParams; in onCreate()
56 final AlertController.AlertParams ap = mAlertParams; in onCreate()
86 final AlertController.AlertParams p = mAlertParams; in onCreate()