Searched refs:alertParams (Results 1 – 2 of 2) sorted by relevance
42 final AlertController.AlertParams alertParams = mAlertParams; in onCreate() local43 alertParams.mMessage = getText(R.string.contextual_card_feedback_confirm_message); in onCreate()44 alertParams.mPositiveButtonText = getText(R.string.contextual_card_feedback_send); in onCreate()45 alertParams.mPositiveButtonListener = this; in onCreate()46 alertParams.mNegativeButtonText = getText(R.string.skip_label); in onCreate()
63 final AlertController.AlertParams alertParams = mAlertParams; in onCreate() local64 alertParams.mTitle = getText( in onCreate()66 alertParams.mMessage = getText(dialogMessageRes); in onCreate()67 alertParams.mPositiveButtonText = getText(R.string.storage_menu_set_up); in onCreate()68 alertParams.mNegativeButtonText = getText(R.string.cancel); in onCreate()69 alertParams.mPositiveButtonListener = this; in onCreate()