Searched refs:PRIORITY_SYSTEM (Results 1 – 6 of 6) sorted by relevance
68 public static final int PRIORITY_SYSTEM = 4; field in WorkSourceHelper81 PRIORITY_SYSTEM,101 priority = PRIORITY_SYSTEM; in getRequestorWsPriority()
66 categoryBuilder.setPriorityIfEmpty(PRIORITY_SYSTEM + priorityTracker++) in parseSystemCategories()166 const val PRIORITY_SYSTEM = 100 constant
704 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testReplaceRequestorWs()720 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testReplaceRequestorWs()1536 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testDuplicateStaRequestsFromLowerPriorityAppTestChipV1()1846 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testIsItPossibleToCreateIfaceTestChipV1()1866 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testIsItPossibleToCreateIfaceTestChipV1()1965 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testInterfaceCreationFlowTestChipV2()1980 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testInterfaceCreationFlowTestChipV2()2285 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testIsItPossibleToCreateIfaceTestChipV2()2300 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testIsItPossibleToCreateIfaceTestChipV2()2320 .thenReturn(WorkSourceHelper.PRIORITY_SYSTEM); in testIsItPossibleToCreateIfaceTestChipV2()[all …]
72 private static final int PRIORITY_SYSTEM = 100; field in DefaultCategoryProvider337 categoryBuilder.setPriorityIfEmpty(PRIORITY_SYSTEM + priorityTracker++); in getSystemCategories()
138 private const val PRIORITY_SYSTEM = 100 in <lambda>() constant
106 assertEquals(WorkSourceHelper.PRIORITY_SYSTEM, wsHelper.getRequestorWsPriority()); in testGetRequestorWsPriority()