Home | History | Annotate | Download | only in common

Lines Matching refs:errorText

49                 String errorText = null;
52 errorText = window.getText();
56 onAnrDetected(errorText);
71 String errorText = null;
73 errorText = window.getText();
77 onAnrDetected(errorText);
91 String errorText = null;
93 errorText = window.getText();
97 onCrashDetected(errorText);
111 String errorText = null;
113 errorText = window.getText();
117 onCrashDetected(errorText);
128 public void onAnrDetected(String errorText) {
129 mErrors.add(errorText);
132 public void onCrashDetected(String errorText) {
133 mErrors.add(errorText);