Searched refs:finishBad (Results 1 – 4 of 4) sorted by relevance
74 … finishBad("onStart() again on an object when it should have been the first time");80 … finishBad("onStart() the first time on an object when it should have been the second time");83 finishBad("onStart() was called when not expected (state="+mStartState+")");91 finishBad("onDestroy() was called when not expected (state="+mStartState+")");101 finishBad("onUnbind() was called when not expected (state="+mStartState+")");109 finishBad("onRebind() was called when not expected (state="+mStartState+")");150 finishBad("DeadObjectException when sending reporting object"); in onServiceConnected()161 … finishBad("onServiceConnected() again on an object when it should have been the first time"); in onServiceConnected()167 …finishBad("onServiceConnected() the first time on an object when it should have been the second ti… in onServiceConnected()170 finishBad("onServiceConnected() called unexpectedly"); in onServiceConnected()[all …]
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);
105 finishBad(msg); in onTimeout()144 finishBad("Receive got data too many times: " in gotReceive()147 finishBad("Receive got unexpected data: " in gotReceive()156 finishBad("Got too many onReceiveIntent() calls!"); in gotReceive()162 finishBad("Receive out of order: got " + name in gotReceive()209 finishBad(data.readString());
108 public void finishBad(String error) { in finishBad() method in ActivityTestsBase