Searched refs:newHistoryName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 90 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1025 final String newName, final String newHistoryName, final int newType, in noteChangeWakelockFromSource() argument 1036 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 4463 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked() argument 4465 newName, newHistoryName, newType, newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() 4471 String newHistoryName, int newType, boolean newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() argument 4482 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local 4491 newHistoryName, newType, newUnimportantForLogging, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
|