Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
H A DUseCasePriorityHintsTest.java86 assertThat(mPriorityHints.getBackgroundPriority( in parseTest_parseSampleXml()
88 assertThat(mPriorityHints.getBackgroundPriority( in parseTest_parseSampleXml()
90 assertThat(mPriorityHints.getBackgroundPriority( in parseTest_parseSampleXml()
92 assertThat(mPriorityHints.getBackgroundPriority( in parseTest_parseSampleXml()
94 assertThat(mPriorityHints.getBackgroundPriority( in parseTest_parseSampleXml()
99 assertThat(mPriorityHints.getBackgroundPriority(1001)).isEqualTo(80); in parseTest_parseSampleXml()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
H A DUseCasePriorityHints.java72 int getBackgroundPriority(int useCase) { in getBackgroundPriority() method in UseCasePriorityHints
H A DTunerResourceManagerService.java1083 return mPriorityCongfig.getBackgroundPriority(useCase); in getClientPriority()