Searched refs:killedByAm (Results 1 – 6 of 6) sorted by relevance
91 assertFalse(mProcessRecord.killedByAm); in testProcessDefaultAnrRelatedStatus()104 assertFalse(mProcessRecord.killedByAm); in testAnrWhenCrash()113 mProcessRecord.killedByAm = true; in testAnrWhenKilledByAm()130 assertFalse(mProcessRecord.killedByAm); in testAnrWhenKilled()142 assertFalse(mProcessRecord.killedByAm); in testNonSilentAnr()157 assertTrue(mProcessRecord.killedByAm); in testSilentAnr()
205 boolean killedByAm; // True when proc has been killed by activity manager, not for RAM field in ProcessRecord493 if (killed || killedByAm || waitingToKill != null) { in dump()495 pw.print(" killedByAm="); pw.print(killedByAm); in dump()742 if (!killedByAm) { in scheduleCrash()763 if (!killedByAm) { in kill()779 killedByAm = true; in kill()1433 } else if (killedByAm) { in appNotResponding()
333 if (!app.killedByAm && app.thread != null) { in updateOomAdjLocked()429 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()437 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()450 if (!app.killedByAm && app.thread != null) { in updateOomAdjLocked()519 && !app.killedByAm) { in updateOomAdjLocked()
1755 app.killedByAm = false;2088 if (app.killedByAm) { in isProcStartValidLocked()
3761 if (!app.killedByAm) { in appDiedLocked()4891 app.killedByAm = false; in attachApplicationLocked()6797 if (cpr.proc.killed && cpr.proc.killedByAm) { in getContentProviderImpl()8734 if (adj >= worstType && !proc.killedByAm) { in killPids()8782 if (adj > belowAdj && !proc.killedByAm) { in killProcessesBelowAdj()16964 && !app.killedByAm) { in updateLowMemStateLocked()16987 && !app.killedByAm) { in updateLowMemStateLocked()17194 if (!app.killedByAm && app.thread != null) { in incrementProcStateSeqAndNotifyAppsLocked()
3626 if (proc.killedByAm || proc.thread == null) { in killServicesLocked()