Searched refs:finishBad (Results 1 – 3 of 3) sorted by relevance
381 finishBad("Activity lifecycle incorrect: received " + where in checkLifecycle()387 finishBad("Activity lifecycle incorrect: received " + where in checkLifecycle()403 finishBad("Activity lifecycle incorrect: received " + where in checkLifecycle()448 private void finishBad(String error) { in finishBad() method in LaunchpadActivity497 finishBad(data.readString());529 finishBad("Receive got data too many times: " in gotReceive()532 finishBad("Receive got unexpected data: " in gotReceive()540 finishBad("Got too many onReceiveIntent() calls!"); in gotReceive()545 finishBad("Receive out of order: got " + name + " but expected " in gotReceive()577 finishBad(msg);
107 finishBad(msg); in onTimeout()146 finishBad("Receive got data too many times: " in gotReceive()149 finishBad("Receive got unexpected data: " in gotReceive()158 finishBad("Got too many onReceiveIntent() calls!"); in gotReceive()164 finishBad("Receive out of order: got " + name in gotReceive()211 finishBad(data.readString());
108 public void finishBad(String error) { in finishBad() method in ActivityTestsBase