Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java192 CharSequence localSecondaryLabel = secondaryLabel; in getSecondaryLabel() local
193 if (TextUtils.isEmpty(localSecondaryLabel)) { in getSecondaryLabel()
196 return localSecondaryLabel.toString(); in getSecondaryLabel()