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()
204 boolean killedByAm; // True when proc has been killed by activity manager, not for RAM field in ProcessRecord490 if (killed || killedByAm || waitingToKill != null) { in dump()492 pw.print(" killedByAm="); pw.print(killedByAm); in dump()739 if (!killedByAm) { in scheduleCrash()760 if (!killedByAm) { in kill()776 killedByAm = true; in kill()1411 } else if (killedByAm) { in appNotResponding()
329 if (!app.killedByAm && app.thread != null) { in updateOomAdjLocked()425 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()433 if (!app.killedByAm && app.thread != null && app.containsCycle == true) { in updateOomAdjLocked()446 if (!app.killedByAm && app.thread != null) { in updateOomAdjLocked()515 && !app.killedByAm) { in updateOomAdjLocked()
1646 app.killedByAm = false;1961 if (app.killedByAm) { in isProcStartValidLocked()
3732 if (!app.killedByAm) { in appDiedLocked()4861 app.killedByAm = false; in attachApplicationLocked()6760 if (cpr.proc.killed && cpr.proc.killedByAm) { in getContentProviderImpl()8695 if (adj >= worstType && !proc.killedByAm) { in killPids()8743 if (adj > belowAdj && !proc.killedByAm) { in killProcessesBelowAdj()16847 && !app.killedByAm) { in updateLowMemStateLocked()16870 && !app.killedByAm) { in updateLowMemStateLocked()17077 if (!app.killedByAm && app.thread != null) { in incrementProcStateSeqAndNotifyAppsLocked()
3586 if (proc.killedByAm || proc.thread == null) { in killServicesLocked()