Searched refs:mConnectionInfo (Results 1 – 1 of 1) sorted by relevance
86 private ConnectionServiceFixture.ConnectionInfo mConnectionInfo; field in VideoProviderTest127 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 …]