Searched refs:extrasOut (Results 1 – 3 of 3) sorted by relevance
141 Bundle extrasOut = routeInfo.getExtras(); in testBuilderAndGettersOfMediaRoute2Info() local142 assertNotNull(extrasOut); in testBuilderAndGettersOfMediaRoute2Info()143 assertTrue(extrasOut.containsKey(TEST_KEY)); in testBuilderAndGettersOfMediaRoute2Info()144 assertEquals(TEST_VALUE, extrasOut.getString(TEST_KEY)); in testBuilderAndGettersOfMediaRoute2Info()316 Bundle extrasOut = routeInfoFromParcel.getExtras(); in testParcelingAndUnParceling() local317 assertNotNull(extrasOut); in testParcelingAndUnParceling()318 assertTrue(extrasOut.containsKey(TEST_KEY)); in testParcelingAndUnParceling()319 assertEquals(TEST_VALUE, extrasOut.getString(TEST_KEY)); in testParcelingAndUnParceling()
185 Bundle extrasOut = session.getToken().getExtras(); in testBuilder_setExtras_withFrameworkParcelable() local186 assertNotNull(extrasOut); in testBuilder_setExtras_withFrameworkParcelable()187 assertTrue(extrasOut.containsKey(testKey)); in testBuilder_setExtras_withFrameworkParcelable()188 assertEquals(frameworkParcelable, extrasOut.getParcelable(testKey)); in testBuilder_setExtras_withFrameworkParcelable()303 Bundle extrasOut = tokenOut.getExtras(); in testSession2Token_writeToParcel() local304 assertNotNull(extrasOut); in testSession2Token_writeToParcel()305 assertEquals(TEST_VALUE, extrasOut.getString(TEST_KEY)); in testSession2Token_writeToParcel()
185 Bundle extrasOut = mCallback.mExtras; in testConfigureSession() local186 assertNotNull(extrasOut); in testConfigureSession()187 assertEquals(TEST_VALUE, extrasOut.get(TEST_KEY)); in testConfigureSession()189 extrasOut = controller.getExtras(); in testConfigureSession()190 assertNotNull(extrasOut); in testConfigureSession()191 assertEquals(TEST_VALUE, extrasOut.get(TEST_KEY)); in testConfigureSession()