HomeSort by relevance Sort by last modified time
    Searched defs:videoState (Results 1 - 6 of 6) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
AnswerPresenter.java 136 public void onAnswer(int videoState, Context context) {
146 TelecomAdapter.getInstance().answerCall(mCall.getId(), videoState);
InCallPresenter.java 602 public void answerIncomingCall(Context context, int videoState) {
612 TelecomAdapter.getInstance().answerCall(call.getId(), videoState);
644 new VideoProfile(VideoProfile.VideoState.BIDIRECTIONAL);
660 new VideoProfile(VideoProfile.VideoState.AUDIO_ONLY);
777 incomingCall.getId(), VideoProfile.VideoState.AUDIO_ONLY);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 144 VideoProfile.VideoState.AUDIO_ONLY));
185 VideoProfile.VideoState.AUDIO_ONLY);
244 int videoState = mIntent.getIntExtra(
246 VideoProfile.VideoState.AUDIO_ONLY);
248 speakerphoneOn, videoState);
InCallAdapter.java 60 int videoState = (int) args.arg2;
62 mCallsManager.answerCall(call, videoState);
217 public void answerCall(String callId, int videoState) {
218 Log.d(this, "answerCall(%s,%d)", callId, videoState);
222 args.arg2 = videoState;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionService.java 165 public void onAnswer(int videoState) {
166 setVideoState(videoState);
324 int videoState = isVideoCall ?
325 VideoProfile.VideoState.BIDIRECTIONAL :
326 VideoProfile.VideoState.AUDIO_ONLY;
327 connection.setVideoState(videoState);
336 videoState);
337 connection.setVideoState(videoState);
  /prebuilts/sdk/system_current/
android.jar 

Completed in 226 milliseconds