Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeCallbackHandlerTest.java101 mHandler.checkAndRepriotize(uid, false); in onVolumeGroupChange_doesNotCallDeprioritizedCallback()
116 mHandler.checkAndRepriotize(uid, true); in onVolumeGroupChange_callReprioritizedCallback()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeCallbackHandler.java100 void checkAndRepriotize(int uid, boolean priority) { in checkAndRepriotize() method in CarVolumeCallbackHandler
DCarAudioService.java2990 mCarVolumeCallbackHandler.checkAndRepriotize(uid, false);
3005 mCarVolumeCallbackHandler.checkAndRepriotize(uid, true);