Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java78 private final SparseArray<UidRec> mLowLatencyUidWatchList = new SparseArray<>(); field in WifiLockManager
189 UidRec uidRec = mLowLatencyUidWatchList.get(uid); in onAppForeground()
480 UidRec uidRec = mLowLatencyUidWatchList.get(uid); in isAnyLowLatencyAppExemptedFromForeground()
510 UidRec uidRec = mLowLatencyUidWatchList.get(uid); in isAnyLowLatencyAppExemptedFromScreenOn()
528 UidRec uidRec = mLowLatencyUidWatchList.get(uid); in addUidToLlWatchList()
534 mLowLatencyUidWatchList.put(uid, uidRec); in addUidToLlWatchList()
555 UidRec uidRec = mLowLatencyUidWatchList.get(uid); in removeUidFromLlWatchList()
567 mLowLatencyUidWatchList.remove(uid); in removeUidFromLlWatchList()
903 int[] owners = new int[mLowLatencyUidWatchList.size()]; in getLowLatencyLockOwners()
904 for (int idx = 0; idx < mLowLatencyUidWatchList.size(); idx++) { in getLowLatencyLockOwners()
[all …]