OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionListenerTest
(Results
1 - 12
of
12
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqClearRequestTestCase.java
38
ActionListenerTest
actionListener = new
ActionListenerTest
();
56
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
61
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
66
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
71
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
80
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
89
if (!actionListener.check(
ActionListenerTest
.FAIL_NO_SERVICE, TIMEOUT)) {
GoTestCase.java
46
ActionListenerTest
listener = new
ActionListenerTest
();
53
if (!listener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
63
if (!listener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
73
if (!listener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
82
if (!listener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ServRespTestCase.java
48
ActionListenerTest
listenerTest = new
ActionListenerTest
();
55
if (!listenerTest.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
65
if (!listenerTest.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
75
if (!listenerTest.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
84
if (!listenerTest.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ServReqRemoveRequestTestCase.java
38
ActionListenerTest
actionListener = new
ActionListenerTest
();
56
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
61
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
66
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
71
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
80
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
85
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
90
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
112
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT))
[
all
...]
ServReqMultiClientTestCase03.java
38
ActionListenerTest
actionListener = new
ActionListenerTest
();
47
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
57
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
67
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
100
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
P2pClientPbcTestCase.java
51
ActionListenerTest
actionListener = new
ActionListenerTest
();
62
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
87
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
P2pClientPinTestCase.java
51
ActionListenerTest
actionListener = new
ActionListenerTest
();
59
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
84
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ServReqTestCase.java
56
ActionListenerTest
actionListener = new
ActionListenerTest
();
69
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
85
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ServReqMultiClientTestCase01.java
39
ActionListenerTest
actionListener = new
ActionListenerTest
();
52
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
61
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
94
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ServReqMultiClientTestCase02.java
38
ActionListenerTest
actionListener = new
ActionListenerTest
();
52
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
61
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
94
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ConnectReqTestCase.java
93
ActionListenerTest
actionListener = new
ActionListenerTest
();
95
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
129
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
156
if (!actionListener.check(
ActionListenerTest
.SUCCESS, TIMEOUT)) {
ActionListenerTest.java
28
public class
ActionListenerTest
extends ListenerTest implements ActionListener {
30
private static final String TAG = "
ActionListenerTest
";
Completed in 107 milliseconds