Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DBubblePreference.java102 RadioButton bubbleAllButton = (RadioButton) holder.findViewById(R.id.bubble_all); in onBindViewHolder() local
103 bubbleAllButton.setChecked(mSelectedPreference == BUBBLE_PREFERENCE_ALL); in onBindViewHolder()
104 bubbleAllButton.setTag(BUBBLE_PREFERENCE_ALL); in onBindViewHolder()
105 bubbleAllButton.setVisibility(disabledByAdmin ? View.GONE : View.VISIBLE); in onBindViewHolder()