Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java1944 private static final int PRIORITY_FG_APP = 2; field in HalDeviceManager
1954 PRIORITY_FG_APP,
1969 if (ws.hasAnyForegroundAppRequest()) return PRIORITY_FG_APP; in getRequestorWsPriority()