Searched refs:sessionInfoOut (Results 1 – 1 of 1) sorted by relevance
548 Bundle sessionInfoOut = session.getController().getSessionInfo(); in testSessionInfoWithFrameworkParcelable() local549 assertTrue(sessionInfoOut.containsKey(testKey)); in testSessionInfoWithFrameworkParcelable()550 assertEquals(frameworkParcelable, sessionInfoOut.getParcelable(testKey)); in testSessionInfoWithFrameworkParcelable()