Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java381 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 LaunchpadActivity
497 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);
H A DBroadcastTest.java107 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());
H A DActivityTestsBase.java108 public void finishBad(String error) { in finishBad() method in ActivityTestsBase