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