Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderTest.java184 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 …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestManagedVideoProvider.java45 public void onCallSessionEvent(RemoteConnection.VideoProvider rvp, int event) {
46 super.onCallSessionEvent(rvp, event);
DTestCallList.java75 public void onCallSessionEvent(int event) { in onCallSessionEvent() method in TestCallList.TestVideoCallListener
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java189 public void onCallSessionEvent(int event) { in onCallSessionEvent() method in ImsVideoCallCallback
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeCallList.java75 public void onCallSessionEvent(int event) { in onCallSessionEvent() method in CarModeCallList.TestVideoCallListener