Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationExitInfo.java401 public static final int SUBREASON_REMOVE_TASK = 22; field in ApplicationExitInfo
669 SUBREASON_REMOVE_TASK,
1393 case SUBREASON_REMOVE_TASK: in subreasonToString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationExitInfoTest.java740 ApplicationExitInfo.SUBREASON_REMOVE_TASK, null, now8); in testApplicationExitInfo()
759 ApplicationExitInfo.SUBREASON_REMOVE_TASK, // subReason in testApplicationExitInfo()
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto542 SUBREASON_REMOVE_TASK = 22; enumerator
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java3401 ApplicationExitInfo.SUBREASON_REMOVE_TASK, true); in applyOomAdjLSP()