Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/ui/mapper/
DFlashlightMapperTest.kt121 val supportedActions = tileState.supportedActions in supportClickActionWhenAvailable() constant
130 val supportedActions = tileState.supportedActions in doesNotSupportClickActionWhenUnavailable() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/location/ui/mapper/
DLocationTileMapperTest.kt102 val supportedActions = tileState.supportedActions in supportsClickAndLongClickActions() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/shared/model/
DQSTileState.kt42 val supportedActions: Set<UserAction>, constant in com.android.systemui.qs.tiles.base.shared.model.QSTileState
119 var supportedActions: Set<UserAction> = setOf(UserAction.CLICK) variable in com.android.systemui.qs.tiles.base.shared.model.QSTileState.Builder