Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DDimmableIconPreference.java36 private final CharSequence mContentDescription; field in DimmableIconPreference
41 mContentDescription = contentDescription; in DimmableIconPreference()
47 mContentDescription = contentDescription; in DimmableIconPreference()
52 mContentDescription = contentDescription; in DimmableIconPreference()
78 if (!TextUtils.isEmpty(mContentDescription)) { in onBindView()
80 titleView.setContentDescription(mContentDescription); in onBindView()
/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/apps/Settings/src/com/android/settings/fuelgauge/
DPowerGaugePreference.java38 private final CharSequence mContentDescription; field in PowerGaugePreference
46 mContentDescription = contentDescription; in PowerGaugePreference()
69 if (mContentDescription != null) { in onBindView()
71 titleView.setContentDescription(mContentDescription); in onBindView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DSettingsLayoutFragment.java104 private String mContentDescription; field in SettingsLayoutFragment.Builder
116 args.putString(EXTRA_CONTENT_DESCRIPTION, mContentDescription); in build()
138 mContentDescription = description; in description()
DDialogFragment.java102 private String mContentDescription; field in DialogFragment.Builder
116 args.putString(EXTRA_CONTENT_DESCRIPTION, mContentDescription); in build()
139 mContentDescription = description; in description()