/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | LinkablePreference.java | 41 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/ |
D | LinkablePreference.java | 41 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/ |
D | SystemShortcut.java | 44 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/ |
D | PowerGaugePreference.java | 40 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/ |
D | PowerGaugePreference.java | 40 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/ |
D | AccessiblePreferenceCategory.java | 28 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/ |
D | ConversationItemViewModel.java | 118 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/ |
D | AccessiblePreferenceCategory.java | 28 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/ |
D | ThemeBundle.java | 90 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()
|