Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DLinkablePreference.java41 private CharSequence mContentDescription; field in LinkablePreference
74 if (mContentDescription != null) { in onBindViewHolder()
76 contentBuilder.append(mContentDescription); in onBindViewHolder()
104 mContentDescription = contentDescription; in setText()
116 mContentDescription = null; in setTitle()
126 mContentDescription = null; in setTitle()
/packages/apps/Settings/src/com/android/settings/wifi/
DLinkablePreference.java41 private CharSequence mContentDescription; field in LinkablePreference
74 if (mContentDescription != null) { in onBindViewHolder()
76 contentBuilder.append(mContentDescription); in onBindViewHolder()
104 mContentDescription = contentDescription; in setText()
116 mContentDescription = null; in setTitle()
126 mContentDescription = null; in setTitle()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java44 private final CharSequence mContentDescription; field in SystemShortcut
53 mContentDescription = null; in SystemShortcut()
60 mContentDescription = contentDescription; in SystemShortcut()
71 mContentDescription = other.mContentDescription; in SystemShortcut()
111 return mContentDescription != null ? mContentDescription : context.getText(mLabelResId); in getContentDescription()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerGaugePreference.java40 private CharSequence mContentDescription; field in PowerGaugePreference
65 mContentDescription = contentDescription; in PowerGaugePreference()
70 mContentDescription = name; in setContentDescription()
117 if (mContentDescription != null) { in onBindViewHolder()
119 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java40 private CharSequence mContentDescription; field in PowerGaugePreference
65 mContentDescription = contentDescription; in PowerGaugePreference()
70 mContentDescription = name; in setContentDescription()
117 if (mContentDescription != null) { in onBindViewHolder()
119 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/
DAccessiblePreferenceCategory.java28 private String mContentDescription; field in AccessiblePreferenceCategory
35 mContentDescription = contentDescription; in setContentDescription()
42 view.itemView.setContentDescription(mContentDescription); in onBindViewHolder()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewModel.java118 private String mContentDescription; field in ConversationItemViewModel
242 mContentDescription = null; in resetContentDescription()
250 if (mContentDescription == null) { in getContentDescription()
300 mContentDescription = context.getString(res, toHeader, participant, in getContentDescription()
304 return mContentDescription; in getContentDescription()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DAccessiblePreferenceCategory.java28 private String mContentDescription; field in AccessiblePreferenceCategory
35 mContentDescription = contentDescription; in setContentDescription()
42 view.itemView.setContentDescription(mContentDescription); in onBindViewHolder()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java90 private CharSequence mContentDescription; field in ThemeBundle
247 if (mContentDescription == null) { in getContentDescription()
250 mContentDescription = defaultName; in getContentDescription()
257 mContentDescription = context.getString(R.string.theme_description, in getContentDescription()
264 return mContentDescription; in getContentDescription()