Searched refs:controllerInfoList (Results 1 – 2 of 2) sorted by relevance
119 final List<ControllerInfo> controllerInfoList = new ArrayList<>(); in testOnGetSessionIsCalled() local124 controllerInfoList.add(controllerInfo); in testOnGetSessionIsCalled()140 assertEquals(controllerInfoList.get(0).getPackageName(), mContext.getPackageName()); in testOnGetSessionIsCalled()141 assertTrue(TestUtils.equals(controllerInfoList.get(0).getConnectionHints(), testHints)); in testOnGetSessionIsCalled()152 final List<ControllerInfo> controllerInfoList = new ArrayList<>(); in testOnGetSession_returnsSession() local162 controllerInfoList.add(controller); in testOnGetSession_returnsSession()190 assertEquals(controllerInfoList.get(0).getPackageName(), mContext.getPackageName()); in testOnGetSession_returnsSession()191 assertTrue(TestUtils.equals(controllerInfoList.get(0).getConnectionHints(), testHints)); in testOnGetSession_returnsSession()
194 final List<MediaSession2.ControllerInfo> controllerInfoList = new ArrayList<>(); in testBuilder_setConnectionHints_withFrameworkParcelable() local204 controllerInfoList.add(controller); in testBuilder_setConnectionHints_withFrameworkParcelable()225 Bundle connectionHintsOut = controllerInfoList.get(0).getConnectionHints(); in testBuilder_setConnectionHints_withFrameworkParcelable()