Searched refs:allActions (Results 1 – 2 of 2) sorted by relevance
126 List<AccessibilityAction> allActions = new ArrayList<AccessibilityAction>(); in testAddActions() local127 allActions.add(AccessibilityAction.ACTION_CLEAR_FOCUS); in testAddActions()128 allActions.addAll(customActions); in testAddActions()129 assertEquals(info.getActionList(), allActions); in testAddActions() local
465 final long allActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE in setPlaybackState() local469 PlaybackState playbackState = new PlaybackState.Builder().setActions(allActions) in setPlaybackState()