Searched defs:secondaryLabel (Results 1 – 5 of 5) sorted by relevance
31 val secondaryLabel: Text? constant63 override val secondaryLabel: Text? = null, constant in com.android.systemui.statusbar.pipeline.shared.ui.model.InternetTileModel.Active70 override val secondaryLabel: Text? = null, constant in com.android.systemui.statusbar.pipeline.shared.ui.model.InternetTileModel.Inactive
86 String secondaryLabel = "Secondary label"; in testSignalCallback_setWifiIndicators() local
89 final String secondaryLabel = "secondaryLabel"; in testParcel() local
165 @Nullable public CharSequence secondaryLabel; field in QSTile.State
113 protected lateinit var secondaryLabel: TextView in <lambda>() variable