Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/model/
DInternetTileModel.kt31 val secondaryLabel: Text? constant
63 override val secondaryLabel: Text? = null, constant in com.android.systemui.statusbar.pipeline.shared.ui.model.InternetTileModel.Active
70 override val secondaryLabel: Text? = null, constant in com.android.systemui.statusbar.pipeline.shared.ui.model.InternetTileModel.Inactive
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DCallbackHandlerTest.java86 String secondaryLabel = "Secondary label"; in testSignalCallback_setWifiIndicators() local
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java89 final String secondaryLabel = "secondaryLabel"; in testParcel() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java165 @Nullable public CharSequence secondaryLabel; field in QSTile.State
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt113 protected lateinit var secondaryLabel: TextView in <lambda>() variable