Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl107 int type, boolean unimportantForLogging); in noteStartWakelock() argument
113 int type, boolean unimportantForLogging); in noteStartWakelockFromSource() argument
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java272 final boolean unimportantForLogging = ownerUid == Process.SYSTEM_UID in onWakeLockAcquired()
276 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
279 monitorType, unimportantForLogging); in onWakeLockAcquired()
361 final boolean unimportantForLogging = newOwnerUid == Process.SYSTEM_UID in onWakeLockChanging()
366 newMonitorType, unimportantForLogging); in onWakeLockChanging()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1122 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelock() argument
1131 unimportantForLogging, elapsedRealtime, uptime); in noteStartWakelock()
1158 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelockFromSource() argument
1168 type, unimportantForLogging, elapsedRealtime, uptime); in noteStartWakelockFromSource()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java4699 int type, boolean unimportantForLogging) { in noteStartWakeLocked() argument
4700 noteStartWakeLocked(uid, pid, wc, name, historyName, type, unimportantForLogging, in noteStartWakeLocked()
4706 int type, boolean unimportantForLogging, long elapsedRealtimeMs, long uptimeMs) { in noteStartWakeLocked() argument
4723 mWakeLockImportant = !unimportantForLogging; in noteStartWakeLocked()
4726 } else if (!mWakeLockImportant && !unimportantForLogging) { in noteStartWakeLocked()
4856 String historyName, int type, boolean unimportantForLogging, in noteStartWakeFromSourceLocked() argument
4861 unimportantForLogging, elapsedRealtimeMs, uptimeMs); in noteStartWakeFromSourceLocked() local
4869 unimportantForLogging, elapsedRealtimeMs, uptimeMs); in noteStartWakeFromSourceLocked() local