OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertRemoteConnectionState
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
BaseRemoteTelecomTest.java
185
void
assertRemoteConnectionState
(final RemoteConnection connection, final int state) {
RemoteConnectionTest.java
71
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_ACTIVE);
77
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_HOLDING);
83
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_ACTIVE);
89
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_DISCONNECTED);
104
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_RINGING);
110
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_ACTIVE);
125
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_RINGING);
131
assertRemoteConnectionState
(mRemoteConnectionObject, Connection.STATE_DISCONNECTED);
[
all
...]
Completed in 6760 milliseconds