Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSession2ServiceTest.java119 final List<ControllerInfo> controllerInfoList = new ArrayList<>(); in testOnGetSessionIsCalled() local
124 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() local
162 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()
DMediaController2Test.java194 final List<MediaSession2.ControllerInfo> controllerInfoList = new ArrayList<>(); in testBuilder_setConnectionHints_withFrameworkParcelable() local
204 controllerInfoList.add(controller); in testBuilder_setConnectionHints_withFrameworkParcelable()
225 Bundle connectionHintsOut = controllerInfoList.get(0).getConnectionHints(); in testBuilder_setConnectionHints_withFrameworkParcelable()