Home
last modified time | relevance | path

Searched refs:getLegacyContextForUsage (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DFocusInteraction.java358 int callContext = CarAudioContext.getLegacyContextForUsage( in setRejectNavigationOnCallLocked()
360 int navContext = CarAudioContext.getLegacyContextForUsage( in setRejectNavigationOnCallLocked()
367 int callContext = CarAudioContext.getLegacyContextForUsage( in isRejectNavigationOnCallEnabled()
369 int navContext = CarAudioContext.getLegacyContextForUsage( in isRejectNavigationOnCallEnabled()
433 int requestedContext = CarAudioContext.getLegacyContextForUsage(requestedUsage); in getFocusInteractionLocked()
434 int holderContext = CarAudioContext.getLegacyContextForUsage(holderUsage); in getFocusInteractionLocked()
DCarAudioContext.java442 static int getLegacyContextForUsage(int usage) { in getLegacyContextForUsage() method in CarAudioContext
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioContextTest.java956 public void getLegacyContextForUsage() { in getLegacyContextForUsage() method in CarAudioContextTest
968 .that(CarAudioContext.getLegacyContextForUsage(usage)) in getLegacyContextForUsage()