Home
last modified time | relevance | path

Searched refs:testActions (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaControllerTest.java111 final long testActions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_STOP in testGetPlaybackState() local
124 .setActions(testActions) in testGetPlaybackState()
139 assertThat(stateOut.getActions()).isEqualTo(testActions); in testGetPlaybackState()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java925 public void testActions() { in testActions() method in IntentFilterTest