OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishBad
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
72
finishBad
("onStart() again on an object when it "
80
finishBad
("onStart() the first time on an object when it "
85
finishBad
("onStart() was called when not expected (state="
94
finishBad
("onDestroy() was called when not expected (state="
108
finishBad
("onUnbind() was called when not expected (state="
117
finishBad
("onRebind() was called when not expected (state="
161
finishBad
("DeadObjectException when sending reporting object");
174
finishBad
("onServiceConnected() again on an object when it "
181
finishBad
("onServiceConnected() the first time on an object "
185
finishBad
("onServiceConnected() called unexpectedly")
[
all
...]
LaunchpadActivity.java
443
finishBad
("Activity lifecycle for " + action + " incorrect: received " + where
459
finishBad
("Activity lifecycle for " + action + " incorrect: received " + where
513
private void
finishBad
(String error) {
573
finishBad
("Receive got data too many times: "
576
finishBad
("Receive got unexpected data: " + intent.getStringExtra("test"));
583
finishBad
("Got too many onReceiveIntent() calls!");
585
finishBad
("Receive out of order: got " + name + " but expected "
615
finishBad
(msg);
ActivityTestsBase.java
109
public void
finishBad
(String error) {
/cts/tests/app/app/src/android/app/stubs/
LaunchpadActivity.java
450
finishBad
("Activity lifecycle for " + action + " incorrect: received " + where
466
finishBad
("Activity lifecycle for " + action + " incorrect: received " + where
521
private void
finishBad
(String error) {
573
finishBad
(data.readString());
601
finishBad
("Receive got data too many times: "
604
finishBad
("Receive got unexpected data: " + intent.getStringExtra("test"));
611
finishBad
("Got too many onReceiveIntent() calls!");
613
finishBad
("Receive out of order: got " + name + " but expected "
643
finishBad
(msg);
ActivityTestsBase.java
114
public void
finishBad
(String error) {
/cts/tests/app/src/android/app/cts/
ServiceTest.java
180
finishBad
("DeadObjectException when sending reporting object");
191
finishBad
("onServiceConnected() again on an object when it "
198
finishBad
("onServiceConnected() the first time on an object "
202
finishBad
("onServiceConnected() called unexpectedly");
214
finishBad
("onServiceDisconnected() when it shouldn't have been");
217
finishBad
("onServiceDisconnected() called unexpectedly");
278
finishBad
("DeadObjectException when sending reporting object");
293
finishBad
("DeadObjectException when sending reporting object");
305
finishBad
("DeadObjectException when sending reporting object");
320
finishBad
("DeadObjectException when sending reporting object")
[
all
...]
Completed in 144 milliseconds