Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileStateToProto.kt26 fun QSTile.State.toProto(): QsTileState? { regex
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java43 public interface QSTile { interface
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractorImplTest.kt651 private fun QSTile.State.fillIn(state: Int, label: CharSequence, secondaryLabel: CharSequence) { regex