Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationExitInfo.java353 public static final int SUBREASON_ISOLATED_NOT_NEEDED = 17; field in ApplicationExitInfo
665 SUBREASON_ISOLATED_NOT_NEEDED,
1385 case SUBREASON_ISOLATED_NOT_NEEDED: in subreasonToString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java2778 ApplicationExitInfo.SUBREASON_ISOLATED_NOT_NEEDED, true); in testUpdateOomAdj_DoAll_Isolated_stopService()
2798 ApplicationExitInfo.SUBREASON_ISOLATED_NOT_NEEDED, true); in testUpdateOomAdj_DoPending_Isolated_stopService()
2820 ApplicationExitInfo.SUBREASON_ISOLATED_NOT_NEEDED, true); in testUpdateOomAdj_DoAll_Isolated_stopServiceWithEntryPoint()
2841 ApplicationExitInfo.SUBREASON_ISOLATED_NOT_NEEDED, true); in testUpdateOomAdj_DoPending_Isolated_stopServiceWithEntryPoint()
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto511 SUBREASON_ISOLATED_NOT_NEEDED = 17; enumerator
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java1412 ApplicationExitInfo.SUBREASON_ISOLATED_NOT_NEEDED, true); in updateAndTrimProcessLSP()