Searched defs:unimportantForLogging (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2765 boolean unimportantForLogging, long elapsedRealtime, long uptime) {
2788 mWakeLockImportant = !unimportantForLogging;
2790 } else if (!mWakeLockImportant && !unimportantForLogging
2853 String historyName, int type, boolean unimportantForLogging) {
2858 noteStartWakeLocked(ws.get(i), pid, name, historyName, type, unimportantForLogging,
2764 noteStartWakeLocked(int uid, int pid, String name, String historyName, int type, boolean unimportantForLogging, long elapsedRealtime, long uptime) argument
2852 noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java395 boolean unimportantForLogging) {
398 mStats.noteStartWakeLocked(uid, pid, name, historyName, type, unimportantForLogging,
412 String historyName, int type, boolean unimportantForLogging) {
416 type, unimportantForLogging);
394 noteStartWakelock(int uid, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument
411 noteStartWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument

Completed in 147 milliseconds