Searched refs:getForegroundPriority (Results 1 – 3 of 3) sorted by relevance
74 assertThat(mPriorityHints.getForegroundPriority( in parseTest_parseSampleXml()76 assertThat(mPriorityHints.getForegroundPriority( in parseTest_parseSampleXml()78 assertThat(mPriorityHints.getForegroundPriority( in parseTest_parseSampleXml()80 assertThat(mPriorityHints.getForegroundPriority( in parseTest_parseSampleXml()82 assertThat(mPriorityHints.getForegroundPriority( in parseTest_parseSampleXml()98 assertThat(mPriorityHints.getForegroundPriority(1001)).isEqualTo(300); in parseTest_parseSampleXml()
65 int getForegroundPriority(int useCase) { in getForegroundPriority() method in UseCasePriorityHints
1081 return mPriorityCongfig.getForegroundPriority(useCase); in getClientPriority()