Searched defs:supportedActions (Results 1 – 3 of 3) sorted by relevance
121 val supportedActions = tileState.supportedActions in supportClickActionWhenAvailable() constant130 val supportedActions = tileState.supportedActions in doesNotSupportClickActionWhenUnavailable() constant
102 val supportedActions = tileState.supportedActions in supportsClickAndLongClickActions() constant
42 val supportedActions: Set<UserAction>, constant in com.android.systemui.qs.tiles.base.shared.model.QSTileState119 var supportedActions: Set<UserAction> = setOf(UserAction.CLICK) variable in com.android.systemui.qs.tiles.base.shared.model.QSTileState.Builder