Searched refs:testActions (Results 1 – 2 of 2) sorted by relevance
111 final long testActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP in testGetPlaybackState() local124 .setActions(testActions) in testGetPlaybackState()139 assertThat(stateOut.getActions()).isEqualTo(testActions); in testGetPlaybackState()
925 public void testActions() { in testActions() method in IntentFilterTest