Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java189 CharSequence localSecondaryLabel = secondaryLabel; in getSecondaryLabel() local
190 if (TextUtils.isEmpty(localSecondaryLabel)) { in getSecondaryLabel()
193 return localSecondaryLabel; in getSecondaryLabel()