HomeSort by relevance Sort by last modified time
    Searched refs:mRemoteConnection (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 53 private RemoteConnection mRemoteConnection = null;
68 if (mRemoteConnection != null) {
69 mRemoteConnection.answer();
77 if (mRemoteConnection != null) {
78 mRemoteConnection.reject();
87 if (mRemoteConnection != null) {
88 mRemoteConnection.reject();
97 if (mRemoteConnection != null) {
98 mRemoteConnection.hold();
106 if (mRemoteConnection != null)
    [all...]
RemoteConnectionTest.java 53 MockConnection mRemoteConnection;
64 verifyRemoteConnectionObject(mRemoteConnectionObject, mRemoteConnection);
67 mRemoteConnection.setActive();
72 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE);
78 assertConnectionState(mRemoteConnection, Connection.STATE_HOLDING);
84 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE);
90 assertConnectionState(mRemoteConnection, Connection.STATE_DISCONNECTED);
101 verifyRemoteConnectionObject(mRemoteConnectionObject, mRemoteConnection);
105 assertConnectionState(mRemoteConnection, Connection.STATE_RINGING);
111 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
SharedMemoryTest.java 67 private PeerConnection mRemoteConnection;
99 mRemoteConnection = new PeerConnection();
100 getContext().bindService(mRemoteIntent, mRemoteConnection,
102 mRemote = mRemoteConnection.get();
108 context.unbindService(mRemoteConnection);
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp 104 sp<IConnection> mRemoteConnection;
259 sp<IConnection>& outConnection = mRemoteConnection;
570 connection = mRemoteConnection;

Completed in 222 milliseconds