Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerConstants.java603 private long mSystemServerAutomaticHeapDumpPssThresholdBytes; field in ActivityManagerConstants
755 mSystemServerAutomaticHeapDumpPssThresholdBytes = Math.max( in ActivityManagerConstants()
1141 final long threshold = enabled ? mSystemServerAutomaticHeapDumpPssThresholdBytes : 0; in updateEnableAutomaticSystemServerHeapDumps()