Home
last modified time | relevance | path

Searched refs:errorText (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DUiWatchers.java52 String errorText = window.getText(); in registerAnrAndCrashWatchers()
53 onAnrDetected(errorText); in registerAnrAndCrashWatchers()
67 String errorText = window.getText(); in registerAnrAndCrashWatchers()
68 onCrashDetected(errorText); in registerAnrAndCrashWatchers()
85 public void onAnrDetected(String errorText) { in onAnrDetected() argument
86 mErrors.add(errorText); in onAnrDetected()
89 public void onCrashDetected(String errorText) { in onCrashDetected() argument
90 mErrors.add(errorText); in onCrashDetected()