Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZonesHelperLegacy.java92 for (int legacyContext : LEGACY_CONTEXTS) { in loadBusesForLegacyContexts()
93 int bus = audioControlWrapper.getBusForContext(legacyContext); in loadBusesForLegacyContexts()
94 validateBusNumber(legacyContext, bus); in loadBusesForLegacyContexts()
95 contextToBus.put(legacyContext, bus); in loadBusesForLegacyContexts()
100 private static void validateBusNumber(int legacyContext, int bus) { in validateBusNumber() argument
104 CarAudioContext.toString(legacyContext))); in validateBusNumber()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DMediaScannerTest.java154 final Context legacyContext = mLegacy.getContext(); in testCorrectness() local
156 try (Cursor cl = legacyContext.getContentResolver().query(uri, null, null, null); in testCorrectness()