Searched refs:WAIT_FOR_EARLY_ANR (Results 1 – 4 of 4) sorted by relevance
41 public static final String WAIT_FOR_EARLY_ANR = field in AmMonitor122 } else if (TextUtils.equals(line, WAIT_FOR_EARLY_ANR) in waitFor()
658 assertTrue(monitor.waitFor(AmMonitor.WAIT_FOR_EARLY_ANR, WAITFOR_MSEC));1140 assertTrue(monitor.waitFor(AmMonitor.WAIT_FOR_EARLY_ANR, WAITFOR_MSEC)); in testAppNotResponding()1179 assertTrue(monitor.waitFor(AmMonitor.WAIT_FOR_EARLY_ANR, in testAppNotRespondingOnStartup()
2433 new String[]{AmMonitor.WAIT_FOR_EARLY_ANR, AmMonitor.WAIT_FOR_ANR}); in testFgsStickyInternal()
662 monitor.waitFor(AmMonitor.WAIT_FOR_EARLY_ANR, timeout); in testAnr()