Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java227 final boolean unimportantForLogging = ownerUid == Process.SYSTEM_UID in onWakeLockAcquired()
231 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
234 monitorType, unimportantForLogging); in onWakeLockAcquired()
315 final boolean unimportantForLogging = newOwnerUid == Process.SYSTEM_UID in onWakeLockChanging()
320 newMonitorType, unimportantForLogging); in onWakeLockChanging()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl83 int type, boolean unimportantForLogging); in noteStartWakelock() argument
87 int type, boolean unimportantForLogging); in noteStartWakelockFromSource() argument
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java978 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelock() argument
986 unimportantForLogging, elapsedRealtime, uptime); in noteStartWakelock()
1008 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelockFromSource() argument
1017 type, unimportantForLogging, elapsedRealtime, uptime); in noteStartWakelockFromSource()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4394 int type, boolean unimportantForLogging) { in noteStartWakeLocked() argument
4395 noteStartWakeLocked(uid, pid, wc, name, historyName, type, unimportantForLogging, in noteStartWakeLocked()
4400 int type, boolean unimportantForLogging, long elapsedRealtimeMs, long uptimeMs) { in noteStartWakeLocked() argument
4423 mWakeLockImportant = !unimportantForLogging; in noteStartWakeLocked()
4425 } else if (!mWakeLockImportant && !unimportantForLogging in noteStartWakeLocked()
4558 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked() argument
4559 noteStartWakeFromSourceLocked(ws, pid, name, historyName, type, unimportantForLogging, in noteStartWakeFromSourceLocked()
4564 String historyName, int type, boolean unimportantForLogging, in noteStartWakeFromSourceLocked() argument
4569 unimportantForLogging, elapsedRealtimeMs, uptimeMs); in noteStartWakeFromSourceLocked() local
4577 unimportantForLogging, elapsedRealtimeMs, uptimeMs); in noteStartWakeFromSourceLocked() local