/frameworks/base/telecomm/java/android/telecom/ |
D | VideoProfile.java | 131 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()
|
D | ConnectionRequest.java | 100 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()
|
D | CallControl.java | 123 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()
|
D | CallControlCallback.java | 81 void onAnswer(@android.telecom.CallAttributes.CallType int videoState, in onAnswer()
|
D | CallEventCallback.java | 62 default void onVideoStateChanged(@CallAttributes.CallType int videoState) {} in onVideoStateChanged()
|
D | ParcelableConnection.java | 71 int videoState, in ParcelableConnection() 104 int videoState, in ParcelableConnection()
|
D | ParcelableConference.java | 104 @VideoProfile.VideoState int videoState) { in setVideoAttributes() 166 int videoState, in ParcelableConference()
|
D | InCallAdapter.java | 62 public void answerCall(String callId, int videoState) { in answerCall() 577 public void handoverTo(String callId, PhoneAccountHandle destAcct, int videoState, in handoverTo()
|
D | Conference.java | 66 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()
|
D | VideoCallImpl.java | 364 public void setVideoState(int videoState) { in setVideoState()
|
D | TelecomManager.java | 2151 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()
|
D | RemoteConnection.java | 176 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()
|
D | ParcelableCall.java | 184 public ParcelableCallBuilder setVideoState(int videoState) { in setVideoState() 373 int videoState, in ParcelableCall()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ICallControl.aidl | 30 void answer(int videoState, String callId, in ResultReceiver callback); in answer() 37 void requestVideoState(int videoState, String callId, in ResultReceiver callback); in requestVideoState()
|
D | ICallEventCallback.aidl | 39 void onAnswer(String callId, int videoState, in ResultReceiver callback); in onAnswer() 49 void onVideoStateChanged(String callId, int videoState); in onVideoStateChanged()
|
D | IInCallAdapter.aidl | 33 void answerCall(String callId, int videoState); in answerCall() 100 void handoverTo(String callId, in PhoneAccountHandle destAcct, int videoState, in handoverTo()
|
D | ITelecomService.aidl | 239 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/ |
D | ImsPullCall.java | 35 void pullExternalCall(String number, int videoState, int dialogId); in pullExternalCall()
|
D | ImsExternalCallTracker.java | 314 int videoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in createExternalConnection() local 461 private boolean isCallPullPermitted(boolean isNetworkPullable, int videoState) { in isCallPullPermitted()
|
D | ImsPhoneCallTracker.java | 1630 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/ |
D | ImsPhoneTest.java | 458 int videoState = 0; in testDial() local 473 int videoState = 0; in testDialWithShortEmergencyNumber() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 112 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/ |
D | ImsCallProfile.java | 980 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/ |
D | CallMetadataSyncConnectionService.java | 411 public void onAnswer(int videoState) { in onAnswer()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStats.java | 343 ImsPhoneConnection conn, @VideoState int videoState) { in onVideoStateChange() 478 @VideoState int videoState = conn.getVideoState(); in addCall() local
|