Searched refs:onCallSessionEvent (Results 1 – 5 of 5) sorted by relevance
184 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt()); in testCameraChangePermissionFail()198 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent( in testCameraChangePermissionFail()213 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt()); in testCameraChangeAppOpsFail()227 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent( in testCameraChangeAppOpsFail()243 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt()); in testCameraChangeAppOpsBelowNMR1Fail()258 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent( in testCameraChangeAppOpsBelowNMR1Fail()273 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt()); in testCameraChangeUserFail()286 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent( in testCameraChangeUserFail()301 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt()); in testCameraChangeNullNoPermission()313 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent( in testCameraChangeNullNoPermission()[all …]
45 public void onCallSessionEvent(RemoteConnection.VideoProvider rvp, int event) {46 super.onCallSessionEvent(rvp, event);
75 public void onCallSessionEvent(int event) { in onCallSessionEvent() method in TestCallList.TestVideoCallListener
189 public void onCallSessionEvent(int event) { in onCallSessionEvent() method in ImsVideoCallCallback
75 public void onCallSessionEvent(int event) { in onCallSessionEvent() method in CarModeCallList.TestVideoCallListener