Searched refs:lastMediaSources (Results 1 – 2 of 2) sorted by relevance
176 List<ComponentName> lastMediaSources = List.of(mComponentNameMock1, mComponentNameMock1); in testGetLastMediaSources() local178 .thenReturn(lastMediaSources); in testGetLastMediaSources()181 TEST_MODE)).containsExactlyElementsIn(lastMediaSources); in testGetLastMediaSources()
755 List<ComponentName> lastMediaSources = getLastMediaSourcesInternal(mode, userId); in dumpLastMediaSources() local756 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()