Home
last modified time | relevance | path

Searched refs:mConnectionInfo (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderTest.java86 private ConnectionServiceFixture.ConnectionInfo mConnectionInfo; field in VideoProviderTest
127 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId); in setUp()
338 return mConnectionInfo.mockVideoProvider.getPreviewSurface() == surface; in testSetPreviewSurface()
347 return mConnectionInfo.mockVideoProvider.getPreviewSurface() == null; in testSetPreviewSurface()
365 return mConnectionInfo.mockVideoProvider.getDisplaySurface() == surface; in testSetDisplaySurface()
374 return mConnectionInfo.mockVideoProvider.getDisplaySurface() == null; in testSetDisplaySurface()
391 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_0; in testSetDeviceOrientation()
400 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_90; in testSetDeviceOrientation()
416 return mConnectionInfo.mockVideoProvider.getZoom() == ZOOM_LEVEL; in testSetZoom()
480 VideoProfile response = mConnectionInfo.mockVideoProvider in testSessionModifyResponse()
[all …]