Home
last modified time | relevance | path

Searched refs:PRIORITY_SYSTEM (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java68 public static final int PRIORITY_SYSTEM = 4; field in WorkSourceHelper
81 PRIORITY_SYSTEM,
101 priority = PRIORITY_SYSTEM; in getRequestorWsPriority()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperParserImpl.kt66 categoryBuilder.setPriorityIfEmpty(PRIORITY_SYSTEM + priorityTracker++) in parseSystemCategories()
166 const val PRIORITY_SYSTEM = 100 constant
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java704 .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 …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCategoryProvider.java72 private static final int PRIORITY_SYSTEM = 100; field in DefaultCategoryProvider
337 categoryBuilder.setPriorityIfEmpty(PRIORITY_SYSTEM + priorityTracker++); in getSystemCategories()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/client /
DDefaultWallpaperCategoryClient.kt138 private const val PRIORITY_SYSTEM = 100 in <lambda>() constant
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DWorkSourceHelperTest.java106 assertEquals(WorkSourceHelper.PRIORITY_SYSTEM, wsHelper.getRequestorWsPriority()); in testGetRequestorWsPriority()