Home
last modified time | relevance | path

Searched refs:PRIORITY_FG_APP (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java65 public static final int PRIORITY_FG_APP = 3; field in WorkSourceHelper
80 PRIORITY_FG_APP,
103 priority = PRIORITY_FG_APP; in getRequestorWsPriority()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DWorkSourceHelperTest.java92 assertEquals(WorkSourceHelper.PRIORITY_FG_APP, wsHelper.getRequestorWsPriority()); in testGetRequestorWsPriority()
100 assertEquals(WorkSourceHelper.PRIORITY_FG_APP, wsHelper.getRequestorWsPriority()); in testGetRequestorWsPriority()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java715 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testReplaceRequestorWs()
772 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testInterfaceCreationFlowIfCanDeleteWithUserApproval()
848 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testSecondaryInternetStaTreatedAsOpportunistic()
929 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testDisconnectedP2pTreatedAsOpportunisticAfterTimeout()
946 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testDisconnectedP2pTreatedAsOpportunisticAfterTimeout()
1018 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testCreatingIfaceWillDeletePrivilegedIface()
1359 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testCreateLowerPriorityApWithStaIfaceUpTestChipV1UsingHandlerListeners()
1861 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testIsItPossibleToCreateIfaceTestChipV1()
1876 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testIsItPossibleToCreateIfaceTestChipV1()
1912 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in testIsItPossibleToCreateIfaceTestChipV1ForR()
[all …]
DInterfaceConflictManagerTest.java127 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in setup()
129 .thenReturn(WorkSourceHelper.PRIORITY_FG_APP); in setup()