Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1938 private static final int PRIORITY_PRIVILEGED = 0; field in HalDeviceManager
1945 private static final int PRIORITY_MIN = PRIORITY_PRIVILEGED;
1948 PRIORITY_PRIVILEGED,
1963 if (ws.hasAnyPrivilegedAppRequest()) return PRIORITY_PRIVILEGED; in getRequestorWsPriority()
2000 if (newRequestorWsPriority == PRIORITY_PRIVILEGED) { in allowedToDelete()