Searched defs:supportedActions (Results 1 – 3 of 3) sorted by relevance
109 val supportedActions = tileState.supportedActions in supportClickActionWhenAvailable() constant118 val supportedActions = tileState.supportedActions in doesNotSupportClickActionWhenUnavailable() constant
92 val supportedActions = tileState.supportedActions in supportsClickAndLongClickActions() constant
43 val supportedActions: Set<UserAction>, constant in com.android.systemui.qs.tiles.viewmodel.QSTileState121 var supportedActions: Set<UserAction> = setOf(UserAction.CLICK) variable in com.android.systemui.qs.tiles.viewmodel.QSTileState.Builder