Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarActivationVolumeConfigTest.java51 public void getInvocationType() { in getInvocationType() method in CarActivationVolumeConfigTest
53 .that(CAR_ACTIVATION_VOLUME_CONFIG.getInvocationType()) in getInvocationType()
/packages/services/Car/service/src/com/android/car/audio/
DCarActivationVolumeConfig.java61 int getInvocationType() {
DCarVolumeGroup.java472 return mCarActivationVolumeConfig.getInvocationType(); in getActivationVolumeInvocationType()