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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoProviderTest.java 176 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt());
190 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent(
205 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt());
219 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent(
235 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt());
250 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent(
265 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt());
278 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent(
293 doAnswer(mVerification).when(mVideoCallCallback).onCallSessionEvent(anyInt());
305 verify(mVideoCallCallback, timeout(TEST_TIMEOUT)).onCallSessionEvent(
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestManagedVideoProvider.java 45 public void onCallSessionEvent(RemoteConnection.VideoProvider rvp, int event) {
46 super.onCallSessionEvent(rvp, event);
TestCallList.java 75 public void onCallSessionEvent(int event) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoCallCallback.java 74 public void onCallSessionEvent(int event) {
RemoteConnectionTest.java 724 public void onCallSessionEvent(VideoProvider videoProvider, int event) {
725 super.onCallSessionEvent(videoProvider, event);
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoCallCallback.java 183 public void onCallSessionEvent(int event) {
186 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "rx_pause");
189 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "rx_resume");
192 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "camera_failure");
195 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "camera_ready");
198 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "unknown event = : " + event);
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 173 mCallback.onCallSessionEvent((int) msg.obj);
InCallService.java 756 public abstract void onCallSessionEvent(int event);
    [all...]
RemoteConnection.java 325 * @see InCallService.VideoCall.Callback#onCallSessionEvent(int)
328 public void onCallSessionEvent(VideoProvider videoProvider, int event) {}
404 l.onCallSessionEvent(VideoProvider.this, event);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 426 public void onCallSessionEvent(int event) {
427 Log.d("VideoCallCallback:onCallSessionEvent()");
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 518 milliseconds