Searched refs:newPid (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | AppChildProcessTest.java | 305 void addToProcess(int uid, int pid, int newPid) { in addToProcess() argument 312 sb.append(newPid).append('\n'); in addToProcess()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IBatteryStats.aidl | 116 int type, in WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 1177 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource() argument 1190 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 4876 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() argument 4888 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local 4896 noteStartWakeLocked(newChain.getAttributionUid(), newPid, newChain, newName, in noteChangeWakelockFromSourceLocked() local
|