Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java906 mTunerResourceManagerService.updateClientPriorityInternal( in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
910 mTunerResourceManagerService.updateClientPriorityInternal( in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
914 mTunerResourceManagerService.updateClientPriorityInternal( in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
918 mTunerResourceManagerService.updateClientPriorityInternal( in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
922 mTunerResourceManagerService.updateClientPriorityInternal( in shareFrontendTest_FrontendWithExclusiveGroupReadyToShare()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java172 return updateClientPriorityInternal(clientId, priority, niceValue); in updateClientPriority()
535 protected boolean updateClientPriorityInternal(int clientId, int priority, int niceValue) { in updateClientPriorityInternal() method in TunerResourceManagerService