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()
189 boolean isNotResponding() { in isNotResponding() method in ProcessErrorStateRecord277 } else if (isNotResponding()) { in skipAnrLocked()
834 if (!errState.isCrashing() && !errState.isNotResponding()849 } else if (errState.isNotResponding()) {
4168 && (!errState.isCrashing() && !errState.isNotResponding())) {
473 boolean isNotResponding() { in isNotResponding() method in WindowProcessController
6828 return hasProcess() && !app.isCrashing() && !app.isNotResponding(); in mayFreezeScreenLocked()
6585 PLcom/android/server/am/ProcessErrorStateRecord;->isNotResponding()Z