Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/rotation/ui/mapper/
DRotationLockTileMapper.kt62 this.secondaryLabel = getSecondaryLabelWithPosture(this.activationState) in map()
75 private fun getSecondaryLabelWithPosture(activationState: QSTileState.ActivationState): String { in getSecondaryLabelWithPosture() method