Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarMediaManagerUnitTest.java176 List<ComponentName> lastMediaSources = List.of(mComponentNameMock1, mComponentNameMock1); in testGetLastMediaSources() local
178 .thenReturn(lastMediaSources); in testGetLastMediaSources()
181 TEST_MODE)).containsExactlyElementsIn(lastMediaSources); in testGetLastMediaSources()
/packages/services/Car/service/src/com/android/car/
DCarMediaService.java755 List<ComponentName> lastMediaSources = getLastMediaSourcesInternal(mode, userId); in dumpLastMediaSources() local
756 for (int i = 0; i < lastMediaSources.size(); i++) { in dumpLastMediaSources()
757 ComponentName componentName = lastMediaSources.get(i); in dumpLastMediaSources()
761 userId, mediaModeToString(mode), i, lastMediaSources); in dumpLastMediaSources()