Searched refs:legacyContext (Results 1 – 2 of 2) sorted by relevance
119 int legacyContext = nonSystemContexts.get(index); in loadBusesForLegacyContexts() local120 int bus = audioControlWrapper.getBusForContext(legacyContext); in loadBusesForLegacyContexts()121 validateBusNumber(carAudioContext, legacyContext, bus); in loadBusesForLegacyContexts()122 contextToBus.put(legacyContext, bus); in loadBusesForLegacyContexts()128 int legacyContext, int bus) { in validateBusNumber() argument132 carAudioContext.toString(legacyContext))); in validateBusNumber()
96 final Context legacyContext = mLegacy.getContext(); in testCorrectness() local98 try (Cursor cl = legacyContext.getContentResolver().query(uri, null, null, null); in testCorrectness()