Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java801 Bundle sessionInfoOut = session.getController().getSessionInfo(); in testSessionInfoWithFrameworkParcelable() local
802 assertTrue(sessionInfoOut.containsKey(testKey)); in testSessionInfoWithFrameworkParcelable()
803 assertEquals(frameworkParcelable, sessionInfoOut.getParcelable(testKey)); in testSessionInfoWithFrameworkParcelable()