Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationExitInfo.java286 public static final int SUBREASON_KILL_ALL_BG_EXCEPT = 10; field in ApplicationExitInfo
658 SUBREASON_KILL_ALL_BG_EXCEPT,
1371 case SUBREASON_KILL_ALL_BG_EXCEPT: in subreasonToString()
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto472 SUBREASON_KILL_ALL_BG_EXCEPT = 10; enumerator
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java3536 ApplicationExitInfo.SUBREASON_KILL_ALL_BG_EXCEPT, "kill all background except");