Searched refs:mNegativeButtonText (Results 1 – 17 of 17) sorted by relevance
69 protected CharSequence mNegativeButtonText; field in CarUiDialogFragment86 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT); in onCreate()102 outState.putCharSequence(SAVE_STATE_NEGATIVE_TEXT, mNegativeButtonText); in onSaveInstanceState()120 .setNegativeButton(mNegativeButtonText, this); in onCreateDialog()
71 mNegativeButtonText = mPreference.getNegativeButtonText(); in onCreate()
236 mAlertParams.mNegativeButtonText = getString(R.string.deny); in updateUi()248 mAlertParams.mNegativeButtonText = null; in updateUi()256 mAlertParams.mNegativeButtonText = getString(R.string.deny); in updateUi()268 mAlertParams.mNegativeButtonText = null; in updateUi()
136 ap.mNegativeButtonText = getString(R.string.no); in createDialog()141 ap.mNegativeButtonText = getString(R.string.no); in createDialog()146 ap.mNegativeButtonText = getString(R.string.lost_internet_access_cancel); in createDialog()
46 alertParams.mNegativeButtonText = getText(R.string.skip_label); in onCreate()
66 alertParams.mNegativeButtonText = getText(R.string.cancel); in onCreate()
71 params.mNegativeButtonText = getString(android.R.string.cancel); in onCreate()
65 mNegativeButtonText = getContext().getString(R.string.cancel); in onCreate()
90 p.mNegativeButtonText = getText(R.string.deny); in onCreate()
77 p.mNegativeButtonText = getString(R.string.deny); in onCreate()
92 ap.mNegativeButtonText = getString(R.string.cancel); in onCreate()
130 ap.mNegativeButtonText = getString(R.string.cancel); in onCreate()
86 p.mNegativeButtonText = getString(com.android.internal.R.string.cancel); in onCreate()
113 p.mNegativeButtonText = getString(R.string.deny); in createDialog()
141 p.mNegativeButtonText = getString( in showDialog()
130 p.mNegativeButtonText = getString(R.string.cancel); in buildDialog()
129 ap.mNegativeButtonText = getString(android.R.string.cancel); in onCreate()