Searched refs:isNotResponding (Results 1 – 7 of 7) sorted by relevance
129 assertFalse(mProcessErrorState.isNotResponding()); in testProcessDefaultAnrRelatedStatus()143 assertFalse(mProcessErrorState.isNotResponding()); in testAnrWhenCrash()155 assertFalse(mProcessErrorState.isNotResponding()); in testAnrWhenKilledByAm()167 assertFalse(mProcessErrorState.isNotResponding()); in testAnrWhenKilled()179 assertTrue(mProcessErrorState.isNotResponding()); in testNonSilentAnr()194 assertTrue(mProcessErrorState.isNotResponding()); in testSilentAnr()
185 boolean isNotResponding() { in isNotResponding() method in ProcessErrorStateRecord273 } else if (isNotResponding()) { in skipAnrLocked()
834 if (!errState.isCrashing() && !errState.isNotResponding()849 } else if (errState.isNotResponding()) {
3980 && (!errState.isCrashing() && !errState.isNotResponding())) {
9579 final boolean notResponding = errState.isNotResponding(); in getProcessesInErrorState()
430 boolean isNotResponding() { in isNotResponding() method in WindowProcessController
6596 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()