Searched refs:killedByAm (Results 1 – 7 of 7) sorted by relevance
106 assertFalse(mProcessRecord.killedByAm); in testProcessDefaultAnrRelatedStatus()119 assertFalse(mProcessRecord.killedByAm); in testAnrWhenCrash()128 mProcessRecord.killedByAm = true; in testAnrWhenKilledByAm()144 assertFalse(mProcessRecord.killedByAm); in testAnrWhenKilled()156 assertFalse(mProcessRecord.killedByAm); in testNonSilentAnr()171 assertTrue(mProcessRecord.killedByAm); in testSilentAnr()
219 boolean killedByAm; // True when proc has been killed by activity manager, not for RAM field in ProcessRecord554 if (killed || killedByAm || waitingToKill != null) { in dump()556 pw.print(" killedByAm="); pw.print(killedByAm); in dump()884 if (!killedByAm) { in scheduleCrash()910 if (!killedByAm) { in kill()927 killedByAm = true; in kill()1587 } else if (killedByAm) { in appNotResponding()
332 if (!pr.killedByAm && pr.thread != null) { in updateOomAdjLocked()559 if (!app.killedByAm && app.thread != null) { in updateOomAdjLockedInner()584 if (!app.killedByAm && app.thread != null && app.containsCycle) { in updateOomAdjLockedInner()592 if (!app.killedByAm && app.thread != null && app.containsCycle) { in updateOomAdjLockedInner()689 if (!app.killedByAm && app.thread != null && app.curAdj in assignCachedAdjIfNecessary()787 if (!app.killedByAm && app.thread != null) { in updateAndTrimProcessLocked()861 && !app.killedByAm) { in updateAndTrimProcessLocked()
1967 app.killedByAm = false;2449 if (app.killedByAm) {3831 if (!app.killedByAm && app.thread != null) { in incrementProcStateSeqAndNotifyAppsLocked()
3906 if (!app.killedByAm) { in appDiedLocked()5125 app.killedByAm = false; in attachApplicationLocked()7096 if (cpr.proc.killed && cpr.proc.killedByAm) { in getContentProviderImpl()9212 if (adj >= worstType && !proc.killedByAm) { in killPids()9283 if (adj > belowAdj && !proc.killedByAm) { in killProcessesBelowAdj()18055 && !app.killedByAm) { in updateLowMemStateLocked()18078 && !app.killedByAm) { in updateLowMemStateLocked()
3944 if (proc.killedByAm || proc.thread == null) { in killServicesLocked()
1649 boolean killedByAm, Object forcingToImportant, int numOfCurReceivers, in makeProcessRecord() argument1687 app.killedByAm = killedByAm; in makeProcessRecord()