Home
last modified time | relevance | path

Searched defs:HEAVY_WEIGHT_APP_ADJ (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h45 const int32_t HEAVY_WEIGHT_APP_ADJ = 400; variable
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java226 static final int HEAVY_WEIGHT_APP_ADJ = 400; field in ProcessList