Home
last modified time | relevance | path

Searched defs:videoState (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java128 public VideoProfile(@VideoState int videoState) { in VideoProfile()
138 public VideoProfile(@VideoState int videoState, @VideoQuality int quality) { in VideoProfile()
234 public static String videoStateToString(@VideoState int videoState) { in videoStateToString()
263 public static boolean isAudioOnly(@VideoState int videoState) { in isAudioOnly()
274 public static boolean isVideo(@VideoState int videoState) { in isVideo()
286 public static boolean isTransmissionEnabled(@VideoState int videoState) { in isTransmissionEnabled()
296 public static boolean isReceptionEnabled(@VideoState int videoState) { in isReceptionEnabled()
306 public static boolean isBidirectional(@VideoState int videoState) { in isBidirectional()
316 public static boolean isPaused(@VideoState int videoState) { in isPaused()
327 private static boolean hasState(@VideoState int videoState, @VideoState int state) { in hasState()
DConnectionRequest.java59 int videoState) { in ConnectionRequest()
75 int videoState, in ConnectionRequest()
DParcelableConference.java52 int videoState, in ParcelableConference()
DParcelableConnection.java65 int videoState, in ParcelableConnection()
DInCallAdapter.java55 public void answerCall(String callId, int videoState) { in answerCall()
DConference.java59 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged()
477 public final void setVideoState(Connection c, int videoState) { in setVideoState()
DRemoteConnection.java171 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged()
868 public void answer(int videoState) { in answer()
1216 void setVideoState(final int videoState) { in setVideoState()
DVideoCallImpl.java337 public void setVideoState(int videoState) { in setVideoState()
DParcelableCall.java79 int videoState, in ParcelableCall()
DConnectionServiceAdapter.java388 void setVideoState(String callId, int videoState) { in setVideoState()
DCall.java647 int videoState, in Details()
865 public void answer(int videoState) { in answer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPullCall.java37 void pullExternalCall(String number, int videoState, int dialogId); in pullExternalCall()
DImsExternalCallTracker.java307 int videoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in createExternalConnection() local
454 private boolean isCallPullPermitted(boolean isNetworkPullable, int videoState) { in isCallPullPermitted()
DImsPhoneCallTracker.java425 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws in dial()
436 dial(String dialString, int clirMode, int videoState, Bundle intentExtras) in dial()
610 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
690 public void acceptCall (int videoState) throws CallStateException { in acceptCall()
2558 public void pullExternalCall(String number, int videoState, int dialogId) { in pullExternalCall()
DImsPhone.java275 acceptCall(int videoState) throws CallStateException { in acceptCall()
531 dial(String dialString, int videoState) throws CallStateException { in dial()
537 dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) in dial()
543 private Connection dialInternal(String dialString, int videoState, Bundle intentExtras) in dialInternal()
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java394 public static int getCallTypeFromVideoState(int videoState) { in getCallTypeFromVideoState()
474 private static boolean isVideoStateSet(int videoState, int videoStateToCheck) { in isVideoStateSet()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl30 void answerCall(String callId, int videoState); in answerCall()
DIConnectionService.aidl47 void answerVideo(String callId, int videoState); in answerVideo()
DIConnectionServiceAdapter.aidl78 void setVideoState(String callId, int videoState); in setVideoState()
DITelecomService.aidl190 void acceptRingingCallWithVideoState(int videoState); in acceptRingingCallWithVideoState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java151 public void acceptCall(int videoState) throws CallStateException { in acceptCall()
186 public Connection dial(String dialString, int videoState) throws CallStateException { in dial()
192 private Connection dialInternal(String dialString, int videoState) in dialInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java286 void acceptCall(int videoState) throws CallStateException; in acceptCall()
418 Connection dial(String dialString, int videoState) throws CallStateException; in dial()
438 Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) in dial()
DConnection.java89 public void onVideoStateChanged(int videoState); in onVideoStateChanged()
111 public void onVideoStateChanged(int videoState) {} in onVideoStateChanged()
737 public void setVideoState(int videoState) { in setVideoState()
DGsmCdmaPhone.java725 public void acceptCall(int videoState) throws CallStateException { in acceptCall()
1064 public Connection dial(String dialString, int videoState) throws CallStateException { in dial()
1069 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) in dial()
1149 protected Connection dialInternal(String dialString, UUSInfo uusInfo, int videoState, in dialInternal()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java386 int videoState = 0; in testDial() local

12