Home
last modified time | relevance | path

Searched refs:PRIORITY_FG_SERVICE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java62 public static final int PRIORITY_FG_SERVICE = 2; field in WorkSourceHelper
79 PRIORITY_FG_SERVICE,
105 priority = PRIORITY_FG_SERVICE; in getRequestorWsPriority()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DWorkSourceHelperTest.java87 assertEquals(WorkSourceHelper.PRIORITY_FG_SERVICE, wsHelper.getRequestorWsPriority()); in testGetRequestorWsPriority()