OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConnections
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
MockConference.java
55
for (Connection c :
getConnections
()) {
68
if (
getConnections
().contains(connection)) {
80
for (Connection c :
getConnections
()) {
93
for (Connection c :
getConnections
()) {
105
for (Connection c :
getConnections
()) {
117
for (Connection c :
getConnections
()) {
ConferenceTest.java
89
assertTrue(mConferenceObject.
getConnections
().contains(mConnection1));
91
assertConnectionState(mConferenceObject.
getConnections
().get(0), Connection.STATE_ACTIVE);
92
assertConnectionState(mConferenceObject.
getConnections
().get(1), Connection.STATE_ACTIVE);
101
assertEquals(mConferenceObject.
getConnections
().get(0), primaryConnection);
117
assertTrue(mConferenceObject.
getConnections
().contains(mConnection1));
124
assertFalse(mConferenceObject.
getConnections
().contains(mConnection1));
155
assertConnectionCallDisplayName(mConferenceObject.
getConnections
().get(0),
157
assertConnectionCallDisplayName(mConferenceObject.
getConnections
().get(1),
163
assertConnectionCallDisplayName(mConferenceObject.
getConnections
().get(0),
165
assertConnectionCallDisplayName(mConferenceObject.
getConnections
().get(1)
[
all
...]
RemoteConferenceTest.java
103
assertTrue(mConference.
getConnections
().contains(mConnection1));
104
assertTrue(mRemoteConference.
getConnections
().contains(mRemoteConnection1));
111
assertFalse(mConference.
getConnections
().contains(mConnection1));
112
assertFalse(mRemoteConference.
getConnections
().contains(mRemoteConnection1));
469
for (Connection c: conference.
getConnections
()) {
472
assertEquals(remoteConnections, remoteConferenceObject.
getConnections
());
618
mRemoteConnection1 = (MockConnection)mRemoteConference.
getConnections
().get(0);
619
mRemoteConnection2 = (MockConnection)mRemoteConference.
getConnections
().get(1);
CtsSelfManagedConnectionService.java
188
public List<SelfManagedConnection>
getConnections
() {
TestUtils.java
475
Optional<SelfManagedConnection> connectionOptional = connectionService.
getConnections
()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java
78
public List<CtsConnection>
getConnections
() {
CtsSelfManagedConnectionService.java
58
public List<CtsConnection>
getConnections
() {
SelfManagedIncomingCallTestActivity.java
199
ctsSelfConnSvr.
getConnections
()
209
ctsConnectionService.
getConnections
()
IncomingCallTestActivity.java
149
CtsConnectionService.getConnectionService().
getConnections
();
OutgoingCallTestActivity.java
138
CtsConnectionService.getConnectionService().
getConnections
();
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
Completed in 112 milliseconds