OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestConnection
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/app/src/android/app/cts/
ServiceTest.java
61
private class
TestConnection
implements ServiceConnection {
67
public
TestConnection
(boolean expectDisconnect, boolean setReporter) {
179
TestConnection
conn = new
TestConnection
(true, false);
180
TestConnection
conn2 = new
TestConnection
(false, false);
183
// Expect to see the
TestConnection
connected.
189
// Expect to see the second
TestConnection
connected.
203
// Expect to see the
TestConnection
disconnected.
210
conn = new
TestConnection
(true, true)
[
all
...]
IntentServiceTest.java
96
ServiceConnection conn = new
TestConnection
();
112
private class
TestConnection
implements ServiceConnection {
/frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java
127
public class
TestConnection
implements ServiceConnection {
133
public
TestConnection
(boolean expectDisconnect, boolean setReporter) {
233
TestConnection
conn = new
TestConnection
(true, false);
234
TestConnection
conn2 = new
TestConnection
(false, false);
237
// Expect to see the
TestConnection
connected.
243
// Expect to see the second
TestConnection
connected.
261
// Expect to see the
TestConnection
disconnected.
268
conn = new
TestConnection
(true, true)
[
all
...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java
75
TestConnection
mCurConnection;
82
class
TestConnection
implements ServiceConnection, IBinder.DeathRecipient {
249
void dispatchCurOp(
TestConnection
conn) {
325
final
TestConnection
conn = mCurConnection;
350
void connectionDied(
TestConnection
conn) {
374
mCurConnection = new
TestConnection
();
/external/chromium_org/net/quic/
quic_connection_test.cc
57
// Used by
TestConnection
::SendStreamData3.
59
// Used by
TestConnection
::SendStreamData5.
382
class
TestConnection
: public QuicConnection {
384
TestConnection
(QuicGuid guid,
501
DISALLOW_COPY_AND_ASSIGN(
TestConnection
);
795
TestConnection
connection_;
[
all
...]
/cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java
743
TestConnection
conn = new
TestConnection
(true, false);
[
all
...]
Completed in 1063 milliseconds