Home
last modified time | relevance | path

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

12

/frameworks/base/telecomm/java/android/telecom/
DVideoProfile.java131 public VideoProfile(@VideoState int videoState) { in VideoProfile()
141 public VideoProfile(@VideoState int videoState, @VideoQuality int quality) { in VideoProfile()
237 public static String videoStateToString(@VideoState int videoState) { in videoStateToString()
269 public static boolean isAudioOnly(@VideoState int videoState) { in isAudioOnly()
280 public static boolean isVideo(@VideoState int videoState) { in isVideo()
292 public static boolean isTransmissionEnabled(@VideoState int videoState) { in isTransmissionEnabled()
302 public static boolean isReceptionEnabled(@VideoState int videoState) { in isReceptionEnabled()
312 public static boolean isBidirectional(@VideoState int videoState) { in isBidirectional()
322 public static boolean isPaused(@VideoState int videoState) { in isPaused()
333 private static boolean hasState(@VideoState int videoState, @VideoState int state) { in hasState()
DConnectionRequest.java100 public @NonNull Builder setVideoState(int videoState) { in setVideoState()
211 int videoState) { in ConnectionRequest()
231 int videoState, in ConnectionRequest()
242 int videoState, in ConnectionRequest()
255 int videoState, in ConnectionRequest()
DCallControl.java123 public void answer(@android.telecom.CallAttributes.CallType int videoState, in answer()
329 public void requestVideoState(@CallAttributes.CallType int videoState, in requestVideoState()
435 private void validateVideoState(@android.telecom.CallAttributes.CallType int videoState) { in validateVideoState()
DCallControlCallback.java81 void onAnswer(@android.telecom.CallAttributes.CallType int videoState, in onAnswer()
DCallEventCallback.java62 default void onVideoStateChanged(@CallAttributes.CallType int videoState) {} in onVideoStateChanged()
DParcelableConnection.java71 int videoState, in ParcelableConnection()
104 int videoState, in ParcelableConnection()
DParcelableConference.java104 @VideoProfile.VideoState int videoState) { in setVideoAttributes()
166 int videoState, in ParcelableConference()
DInCallAdapter.java62 public void answerCall(String callId, int videoState) { in answerCall()
577 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState, in handoverTo()
DConference.java66 public void onVideoStateChanged(Conference c, int videoState) { } in onVideoStateChanged()
381 public void onAnswer(@VideoProfile.VideoState int videoState) {} in onAnswer()
562 public final void setVideoState(Connection c, int videoState) { in setVideoState()
DVideoCallImpl.java364 public void setVideoState(int videoState) { in setVideoState()
DTelecomManager.java2151 public void acceptRingingCall(int videoState) { in acceptRingingCall()
2156 mContext.getPackageName(), videoState); in acceptRingingCall() local
2802 public void acceptHandover(Uri srcAddr, @VideoProfile.VideoState int videoState, in acceptHandover()
DRemoteConnection.java176 public void onVideoStateChanged(RemoteConnection connection, int videoState) {} in onVideoStateChanged()
947 public void answer(int videoState) { in answer()
1453 void setVideoState(final int videoState) { in setVideoState()
DParcelableCall.java184 public ParcelableCallBuilder setVideoState(int videoState) { in setVideoState()
373 int videoState, in ParcelableCall()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DICallControl.aidl30 void answer(int videoState, String callId, in ResultReceiver callback); in answer()
37 void requestVideoState(int videoState, String callId, in ResultReceiver callback); in requestVideoState()
DICallEventCallback.aidl39 void onAnswer(String callId, int videoState, in ResultReceiver callback); in onAnswer()
49 void onVideoStateChanged(String callId, int videoState); in onVideoStateChanged()
DIInCallAdapter.aidl33 void answerCall(String callId, int videoState); in answerCall()
100 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState, in handoverTo()
DITelecomService.aidl239 void acceptRingingCallWithVideoState(String callingPackage, int videoState); in acceptRingingCallWithVideoState()
346 void acceptHandover(in Uri srcAddr, int videoState, in PhoneAccountHandle destAcct, in acceptHandover()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPullCall.java35 void pullExternalCall(String number, int videoState, int dialogId); in pullExternalCall()
DImsExternalCallTracker.java314 int videoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in createExternalConnection() local
461 private boolean isCallPullPermitted(boolean isNetworkPullable, int videoState) { in isCallPullPermitted()
DImsPhoneCallTracker.java1630 int videoState = dialArgs.videoState; in prepareForDialing() local
1675 int videoState = dialArgs.videoState; in startConference() local
1711 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws in dial()
1734 int videoState = dialArgs.videoState; in dial() local
2069 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
2075 private void dialInternal(ImsPhoneConnection conn, int clirMode, int videoState, in dialInternal()
2207 public void acceptCall(int videoState) throws CallStateException { in acceptCall()
2626 private boolean canAddVideoCallDuringImsAudioCall(int videoState) { in canAddVideoCallDuringImsAudioCall()
5518 public void pullExternalCall(String number, int videoState, int dialogId) { in pullExternalCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java458 int videoState = 0; in testDial() local
473 int videoState = 0; in testDialWithShortEmergencyNumber() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java112 public T setVideoState(int videoState) { in setVideoState()
142 public final int videoState; field in PhoneInternalInterface.DialArgs
356 void acceptCall(int videoState) throws CallStateException; in acceptCall()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java980 public static int getCallTypeFromVideoState(int videoState) { in getCallTypeFromVideoState()
1100 private static boolean isVideoStateSet(int videoState, int videoStateToCheck) { in isVideoStateSet()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncConnectionService.java411 public void onAnswer(int videoState) { in onAnswer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java343 ImsPhoneConnection conn, @VideoState int videoState) { in onVideoStateChange()
478 @VideoState int videoState = conn.getVideoState(); in addCall() local

12