Home
last modified time | relevance | path

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

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