Home
last modified time | relevance | path

Searched defs:secondaryLabel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DCallbackHandlerTest.java86 String secondaryLabel = "Secondary label"; in testSignalCallback_setWifiIndicators() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassificationTest.java89 final String secondaryLabel = "secondaryLabel"; in testParcel() local
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java165 @Nullable public CharSequence secondaryLabel; field in QSTile.State