Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java56 public static final int PRIORITY_INTERNAL = 0; field in WorkSourceHelper
74 public static final int PRIORITY_MIN = PRIORITY_INTERNAL;
77 PRIORITY_INTERNAL,
91 @RequestorWsPriority int totalPriority = PRIORITY_INTERNAL; in getRequestorWsPriority()
97 priority = PRIORITY_INTERNAL; in getRequestorWsPriority()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInterfaceConflictManager.java24 import static com.android.server.wifi.util.WorkSourceHelper.PRIORITY_INTERNAL;
172 == PRIORITY_INTERNAL) { in needsUserApprovalToDelete()
DHalDeviceManager.java2130 && newRequestorWsPriority != WorkSourceHelper.PRIORITY_INTERNAL in allowedToDeleteForNoStaApConcurrencyLohs()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DWorkSourceHelperTest.java75 assertEquals(wsHelper.getRequestorWsPriority(), WorkSourceHelper.PRIORITY_INTERNAL); in testGetRequestorWsPriority()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInterfaceConflictManagerTest.java719 .thenReturn(WorkSourceHelper.PRIORITY_INTERNAL); in testCanDeleteWithUserApproval()
DHalDeviceManagerTest.java1010 .thenReturn(WorkSourceHelper.PRIORITY_INTERNAL); in testCreatingIfaceWillDeletePrivilegedIface()
3037 .thenReturn(WorkSourceHelper.PRIORITY_INTERNAL); in testInterfaceCreationFlowTestChipV3WithInternalRequest()