Searched refs:finishBad (Results 1 – 4 of 4) sorted by relevance
75 … finishBad("onStart() again on an object when it should have been the first time");81 … finishBad("onStart() the first time on an object when it should have been the second time");84 finishBad("onStart() was called when not expected (state="+mStartState+")");92 finishBad("onDestroy() was called when not expected (state="+mStartState+")");102 finishBad("onUnbind() was called when not expected (state="+mStartState+")");110 finishBad("onRebind() was called when not expected (state="+mStartState+")");151 finishBad("DeadObjectException when sending reporting object"); in onServiceConnected()162 … finishBad("onServiceConnected() again on an object when it should have been the first time"); in onServiceConnected()168 …finishBad("onServiceConnected() the first time on an object when it should have been the second ti… in onServiceConnected()171 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);
104 finishBad(msg); in onTimeout()143 finishBad("Receive got data too many times: " in gotReceive()146 finishBad("Receive got unexpected data: " in gotReceive()155 finishBad("Got too many onReceiveIntent() calls!"); in gotReceive()161 finishBad("Receive out of order: got " + name in gotReceive()208 finishBad(data.readString());
108 public void finishBad(String error) { in finishBad() method in ActivityTestsBase