Home
last modified time | relevance | path

Searched refs:isVideoCall (Results 1 – 15 of 15) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DInCallVideoCallListener.java54 boolean isVideoCall = VideoProfile.VideoState.isBidirectional(newVideoState); in onSessionModifyRequestReceived()
60 if (!wasVideoCall && isVideoCall) { in onSessionModifyRequestReceived()
62 } else if (wasVideoCall && !isVideoCall) { in onSessionModifyRequestReceived()
85 boolean isVideoCall = in onSessionModifyResponseReceived()
88 if (modifySucceeded && isVideoCall) { in onSessionModifyResponseReceived()
DVideoCallPresenter.java322 mIsVideoCall = mPrimaryCall.isVideoCall(mContext); in onStateChange()
366 boolean newVideoState = mPrimaryCall.isVideoCall(mContext); in checkForVideoStateChange()
DAnswerPresenter.java184 if (call.isVideoCall(context)) { in configureAnswerTargetsForSms()
DCall.java373 public boolean isVideoCall(Context context) { in isVideoCall() method in Call
DCallButtonPresenter.java341 if (call.isVideoCall(context)) { in updateCallButtons()
DStatusBarNotifier.java339 if (call.isVideoCall(mContext)) { in createIncomingCallNotification()
DCallCardPresenter.java251 getUi().setPhotoVisible(!(mPrimary.isVideoCall(mContext) && in onStateChange()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallTypeHelper.java61 public CharSequence getCallTypeText(int callType, boolean isVideoCall) { in getCallTypeText() argument
64 if (isVideoCall) { in getCallTypeText()
71 if (isVideoCall) { in getCallTypeText()
78 if (isVideoCall) { in getCallTypeText()
DCallDetailHistoryAdapter.java126 boolean isVideoCall = (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO in getView()
131 callTypeIconView.setShowVideo(isVideoCall); in getView()
132 callTypeTextView.setText(mCallTypeHelper.getCallTypeText(callType, isVideoCall)); in getView()
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java308 boolean isVideoCall = extras.getBoolean(EXTRA_IS_VIDEO_CALL); in onCreateIncomingConnection()
313 Uri.fromParts(PhoneAccount.SCHEME_TEL, getDummyNumber(isVideoCall), null) in onCreateIncomingConnection()
315 if (isVideoCall) { in onCreateIncomingConnection()
324 int videoState = isVideoCall ? in onCreateIncomingConnection()
DCallNotificationReceiver.java75 public static void sendIncomingCallIntent(Context context, Uri handle, boolean isVideoCall) { in sendIncomingCallIntent() argument
83 extras.putBoolean(TestConnectionService.EXTRA_IS_VIDEO_CALL, isVideoCall); in sendIncomingCallIntent()
/packages/apps/Dialer/tests/src/com/android/dialer/
DPhoneCallDetailsHelperTest.java278 private void assertIsVideoCall(boolean isVideoCall) { in assertIsVideoCall() argument
279 assertEquals(isVideoCall, mViews.callTypeIcons.isVideoShown()); in assertIsVideoCall()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DOnPhoneNumberPickerActionListener.java40 void onCallNumberDirectly(String phoneNumber, boolean isVideoCall); in onCallNumberDirectly() argument
/packages/apps/Dialer/src/com/android/dialer/
DDialtactsActivity.java1142 public void onCallNumberDirectly(String phoneNumber, boolean isVideoCall) { in onCallNumberDirectly() argument
1143 Intent intent = isVideoCall ? in onCallNumberDirectly()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java496 public void onCallNumberDirectly(String phoneNumber, boolean isVideoCall) { in onCallNumberDirectly() argument