/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/ |
H A D | ProcessStatsTest.java | 106 ProcessState processState = in testNonZeroProcessStateDuration() local 134 ProcessState processState = in testDumpBoundFgsDuration() local 162 ProcessState processState = in testDumpFrozenDuration() local 224 ProcessState processState = in testSafelyResetClearsProcessInUidState() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryConsumer.java | 209 public final @ProcessState int processState; field in BatteryConsumer.Dimensions 211 public Dimensions(int powerComponent, int processState) { in Dimensions() 254 public final @ProcessState int processState; field in BatteryConsumer.Key 261 private Key(int powerComponent, int processState, int powerModelColumnIndex, in Key() 350 public Key getKey(@PowerComponent int componentId, @ProcessState int processState) { in getKey() 499 public static String processStateToString(@BatteryConsumer.ProcessState int processState) { in processStateToString() 592 Key getKeyOrThrow(int componentId, int processState) { in getKeyOrThrow() 607 Key getKey(int componentId, int processState) { in getKey() 812 public Key getKey(@PowerComponent int componentId, @ProcessState int processState) { in getKey()
|
H A D | PowerComponents.java | 274 long powerDeciCoulombs, long durationMs, int processState) { in writePowerUsageSlice() 401 int processState = PROCESS_STATE_UNSPECIFIED; in parseXml() local
|
H A D | UidBatteryConsumer.java | 131 private void appendProcessStateData(StringBuilder sb, @ProcessState int processState, in appendProcessStateData()
|
H A D | BatteryStats.java | 679 mapUidProcessStateToBatteryConsumerProcessState(int processState) { in mapUidProcessStateToBatteryConsumerProcessState() 990 public abstract long getMobileRadioActiveTimeInProcessState( in getMobileRadioActiveTimeInProcessState() 1061 public abstract long getBluetoothEnergyConsumptionUC( in getBluetoothEnergyConsumptionUC() 1081 public abstract long getCpuEnergyConsumptionUC( in getCpuEnergyConsumptionUC() 1111 public abstract long getMobileRadioEnergyConsumptionUC( in getMobileRadioEnergyConsumptionUC() 1141 public abstract long getWifiEnergyConsumptionUC( in getWifiEnergyConsumptionUC()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BluetoothPowerCalculator.java | 152 final int processState = key.processState; in calculateApp() local 191 final int processState = key.processState; in calculatePowerAndDuration() local 223 final int processState = key.processState; in calculatePowerAndDuration() local
|
H A D | WifiPowerCalculator.java | 129 final int processState = key.processState; in calculate() local 204 final int processState = powerDurationAndTraffic.keys[i].processState; in calculateApp() local
|
H A D | MobileRadioPowerCalculator.java | 185 final int processState = key.processState; in calculate() local 236 final int processState = key.processState; in calculate() local
|
H A D | BatteryStatsImpl.java | 2257 private void setState(@BatteryConsumer.ProcessState int processState, in setState() 3949 private void setState(int processState, long elapsedTimeMs) { in setState() 8492 int processState) { in getEnergyConsumptionUC() 8524 public long getBluetoothEnergyConsumptionUC( in getBluetoothEnergyConsumptionUC() 8538 public long getCpuEnergyConsumptionUC( in getCpuEnergyConsumptionUC() 8558 public long getMobileRadioEnergyConsumptionUC(int processState) { in getMobileRadioEnergyConsumptionUC() 8577 public long getWifiEnergyConsumptionUC(int processState) { in getWifiEnergyConsumptionUC() 9188 public long getMobileRadioActiveTimeInProcessState( in getMobileRadioActiveTimeInProcessState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | SameProcessApplicationThread.java | 52 int sendingUser, int processState, int sendingUid, String sendingPackage) { in scheduleReceiver() 67 int sendingUser, int processState, int sendingUid, String sendingPackage) { in scheduleRegisteredReceiver()
|
H A D | AppBatteryTracker.java | 892 private void dumpProcessStateStats(ProtoOutputStream proto, int processState, double powerMah) { in dumpProcessStateStats() 1031 double getUsagePowerMah(@BatteryConsumer.ProcessState int processState) { in getUsagePowerMah()
|
H A D | ActivityManagerService.java | 1514 int processState; field in ActivityManagerService.ProcessChangeItem
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IApplicationThread.aidl | 69 boolean assumeDelivered, int sendingUser, int processState, int sentFromUid, in scheduleReceiver() 76 in CompatibilityInfo compatInfo, int processState); in scheduleCreateService() 98 in Intent intent, boolean rebind, int processState, long bindSeq); in scheduleBindService() 106 boolean sticky, boolean assumeDelivered, int sendingUser, int processState, in scheduleRegisteredReceiver()
|
H A D | ClientTransactionHandler.java | 94 public abstract void updateProcessState(int processState, boolean fromIpc); in updateProcessState()
|
H A D | ActivityThread.java | 1070 boolean ordered, boolean assumeDelivered, int sendingUser, int processState, in scheduleReceiver() 1117 ServiceInfo info, CompatibilityInfo compatInfo, int processState) { in scheduleCreateService() 1127 boolean rebind, int processState, long bindSeq) { in scheduleBindService() 1339 boolean sticky, boolean assumeDelivered, int sendingUser, int processState, in scheduleRegisteredReceiver() 3595 public void updateProcessState(int processState, boolean fromIpc) { in updateProcessState() 3617 private void updateVmProcessState(int processState) { in updateVmProcessState()
|
H A D | ActivityManager.java | 3800 public int processState; field in ActivityManager.RunningAppProcessInfo
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityMetricsLogger.java | 334 boolean processRunning, boolean processSwitch, int processState, int processOomAdj, in create() 356 boolean processSwitch, int processState, int processOomAdj, in TransitionInfo() 684 final int processState; in notifyActivityLaunched() local 1066 final int processState = info.mProcessState; in logAppTransitionFinished() local 1090 int processState, int processOomAdj) { in logAppTransition()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaTimeoutListener.kt | 270 private fun processState( regex
|
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | AssociationState.java | 114 final int processState = procState; in trackProcState() local
|
H A D | ProcessStats.java | 2401 final ProcessState processState = uids.valueAt(iu); in forEachProcess() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutService.java | 627 private boolean isProcessStateForeground(int processState) { in isProcessStateForeground()
|