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/domain/
DFlashlightMapperTest.kt109 val supportedActions = tileState.supportedActions in supportClickActionWhenAvailable() constant
118 val supportedActions = tileState.supportedActions in doesNotSupportClickActionWhenUnavailable() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/location/domain/
DLocationTileMapperTest.kt92 val supportedActions = tileState.supportedActions in supportsClickAndLongClickActions() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/viewmodel/
DQSTileState.kt43 val supportedActions: Set<UserAction>, constant in com.android.systemui.qs.tiles.viewmodel.QSTileState
121 var supportedActions: Set<UserAction> = setOf(UserAction.CLICK) variable in com.android.systemui.qs.tiles.viewmodel.QSTileState.Builder