Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerService.java607 return isHigherPriorityInternal(challengerProfile, holderProfile); in isHigherPriority()
1340 protected boolean isHigherPriorityInternal(ResourceClientProfile challengerProfile, in isHigherPriorityInternal() method in TunerResourceManagerService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DTunerResourceManagerServiceTest.java975 assertThat(mTunerResourceManagerService.isHigherPriorityInternal(backgroundPlaybackProfile, in isHigherPriorityTest()