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

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestManagedVideoProvider.java 37 public void onSessionModifyResponseReceived(RemoteConnection.VideoProvider rvp,
40 super.onSessionModifyResponseReceived(rvp, status, requestedProfile,
TestCallList.java 66 public void onSessionModifyResponseReceived(int status, VideoProfile requestedProfile,
69 "onSessionModifyResponseReceived: status = " + status + " videoState = "
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoCallCallback.java 61 public void onSessionModifyResponseReceived(int status, VideoProfile requestedProfile,
171 * Returns the last {@code requestedProfile} received via onSessionModifyResponseReceived.
180 * Returns the last {@code responseProfile} received via onSessionModifyResponseReceived.
189 * Returns the last {@code status} received via onSessionModifyResponseReceived..
RemoteConnectionTest.java 689 public void onSessionModifyResponseReceived(
694 super.onSessionModifyResponseReceived(videoProvider, status, requestedProfile,
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoCallCallback.java 94 public void onSessionModifyResponseReceived(
97 "ImsVideoCallCallback.onSessionModifyResponseReceived",
126 LogUtil.i("ImsVideoCallCallback.onSessionModifyResponseReceived", "clearing state");
130 "ImsVideoCallCallback.onSessionModifyResponseReceived",
144 "ImsVideoCallCallback.onSessionModifyResponseReceived",
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 166 mCallback.onSessionModifyResponseReceived(
InCallService.java 736 public abstract void onSessionModifyResponseReceived(int status,
    [all...]
RemoteConnection.java 308 * @see InCallService.VideoCall.Callback#onSessionModifyResponseReceived(int,
313 public void onSessionModifyResponseReceived(
393 l.onSessionModifyResponseReceived(
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoProviderTest.java 414 * {@link VideoCall.Callback#onSessionModifyResponseReceived(int, VideoProfile, VideoProfile)}
430 .onSessionModifyResponseReceived(anyInt(), any(VideoProfile.class),
446 .onSessionModifyResponseReceived(eq(VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS),
AnalyticsTests.java 241 .onSessionModifyResponseReceived(anyInt(), any(VideoProfile.class),
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 408 public void onSessionModifyResponseReceived(int status,
410 Log.d("VideoCallCallback:onSessionModifyResponseReceived()");
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 359 milliseconds