OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishBad
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
70
finishBad
("onStart() again on an object when it "
78
finishBad
("onStart() the first time on an object when it "
83
finishBad
("onStart() was called when not expected (state="
92
finishBad
("onDestroy() was called when not expected (state="
106
finishBad
("onUnbind() was called when not expected (state="
115
finishBad
("onRebind() was called when not expected (state="
159
finishBad
("DeadObjectException when sending reporting object");
172
finishBad
("onServiceConnected() again on an object when it "
179
finishBad
("onServiceConnected() the first time on an object "
183
finishBad
("onServiceConnected() called unexpectedly")
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
ServiceTest.java
85
finishBad
("DeadObjectException when sending reporting object");
96
finishBad
("onServiceConnected() again on an object when it "
103
finishBad
("onServiceConnected() the first time on an object "
107
finishBad
("onServiceConnected() called unexpectedly");
118
finishBad
("onServiceDisconnected() when it shouldn't have been");
121
finishBad
("onServiceDisconnected() called unexpectedly");
332
finishBad
("onStart() again on an object when it "
339
finishBad
("onStart() the first time on an object when it "
343
finishBad
("onStart() was called when not expected (state="
352
finishBad
("onDestroy() was called when not expected (state=
[
all
...]
/frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java
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");
162
finishBad
("onServiceConnected() again on an object when it should have been the first time");
168
finishBad
("onServiceConnected() the first time on an object when it should have been the second time");
171
finishBad
("onServiceConnected() called unexpectedly")
[
all
...]
LaunchpadActivity.java
381
finishBad
("Activity lifecycle incorrect: received " + where
387
finishBad
("Activity lifecycle incorrect: received " + where
403
finishBad
("Activity lifecycle incorrect: received " + where
448
private void
finishBad
(String error) {
497
finishBad
(data.readString());
529
finishBad
("Receive got data too many times: "
532
finishBad
("Receive got unexpected data: "
540
finishBad
("Got too many onReceiveIntent() calls!");
545
finishBad
("Receive out of order: got " + name + " but expected "
577
finishBad
(msg)
[
all
...]
BroadcastTest.java
105
finishBad
(msg);
144
finishBad
("Receive got data too many times: "
147
finishBad
("Receive got unexpected data: "
156
finishBad
("Got too many onReceiveIntent() calls!");
162
finishBad
("Receive out of order: got " + name
209
finishBad
(data.readString());
ActivityTestsBase.java
108
public void
finishBad
(String error) {
/cts/tests/src/android/app/cts/
LaunchpadActivity.java
445
finishBad
("Activity lifecycle for " + action + " incorrect: received " + where
461
finishBad
("Activity lifecycle for " + action + " incorrect: received " + where
516
private void
finishBad
(String error) {
568
finishBad
(data.readString());
596
finishBad
("Receive got data too many times: "
599
finishBad
("Receive got unexpected data: " + intent.getStringExtra("test"));
606
finishBad
("Got too many onReceiveIntent() calls!");
608
finishBad
("Receive out of order: got " + name + " but expected "
638
finishBad
(msg);
ActivityTestsBase.java
109
public void
finishBad
(String error) {
Completed in 327 milliseconds