Searched refs:getBackgroundPriority (Results 1 – 3 of 3) sorted by relevance
86 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()
72 int getBackgroundPriority(int useCase) { in getBackgroundPriority() method in UseCasePriorityHints
1083 return mPriorityCongfig.getBackgroundPriority(useCase); in getClientPriority()