Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java453 private synchronized void setBlameHiPerfLocks(boolean shouldBlame) { in setBlameHiPerfLocks() argument
456 setBlameHiPerfWs(lock.getWorkSource(), shouldBlame); in setBlameHiPerfLocks() local
1033 private void setBlameHiPerfWs(WorkSource ws, boolean shouldBlame) { in setBlameHiPerfWs() argument
1037 if (shouldBlame) { in setBlameHiPerfWs()
1056 private void setBlameLowLatencyUid(int uid, boolean shouldBlame) { in setBlameLowLatencyUid() argument
1059 if (shouldBlame) { in setBlameLowLatencyUid()
1076 private void setBlameLowLatencyWatchList(BlameReason reason, boolean shouldBlame) { in setBlameLowLatencyWatchList() argument
1089 setBlameLowLatencyUid(uidRec.mUid, shouldBlame); in setBlameLowLatencyWatchList()