Home
last modified time | relevance | path

Searched refs:getDetails (Results 1 – 25 of 82) sorted by relevance

1234

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java209 public Call.Details getDetails() { in getDetails() method in BluetoothCall
210 return mCall.getDetails(); in getDetails()
255 return mCall.getDetails().getAccountHandle(); in getAccountHandle()
259 return mCall.getDetails().getVideoState(); in getVideoState()
263 return mCall.getDetails().getCallerDisplayName(); in getCallerDisplayName()
276 return getDetails().getExtras() != null in isSilentRingingRequested()
285 return getDetails().can(capability); in can()
289 return getDetails().getHandle(); in getHandle()
293 return getDetails().getGatewayInfo(); in getGatewayInfo()
305 return getDetails().getTelecomCallId(); in getTelecomCallId()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
H A DImsVideoTech.java69 if (VideoProfile.isVideo(call.getDetails().getVideoState())) { in isAvailable()
81 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX)) { in isAvailable()
87 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX)) { in isAvailable()
97 return VideoProfile.isVideo(call.getDetails().getVideoState()); in isTransmittingOrReceiving()
150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged()
180 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState()); in upgradeToVideo()
210 .sendSessionModifyResponse(new VideoProfile(call.getDetails().getVideoState())); in declineVideoRequest()
217 return VideoProfile.isTransmissionEnabled(call.getDetails().getVideoState()); in isTransmitting()
226 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState()); in stopTransmission()
239 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState()); in resumeTransmission()
[all …]
H A DImsVideoCallCallback.java62 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState()); in onSessionModifyRequestReceived()
163 if (VideoProfile.isVideo(call.getDetails().getVideoState())) { in getSessionModificationStateFromTelecomStatus()
/aosp12/packages/apps/Dialer/java/com/android/dialer/telecom/
H A DTelecomCallUtil.java42 Uri handle = call.getDetails().getHandle(); in isEmergencyCall()
55 if (call.getDetails().getGatewayInfo() != null) { in getNumber()
56 return call.getDetails().getGatewayInfo().getOriginalAddress().getSchemeSpecificPart(); in getNumber()
68 return call == null ? null : call.getDetails().getHandle(); in getHandle()
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCallListAdapter.java100 Uri handle = call.getDetails().getHandle(); in getView()
103 long durationMs = System.currentTimeMillis() - call.getDetails().getConnectTimeMillis(); in getView()
110 Log.i(TAG, "Call extras: " + extrasToString(call.getDetails().getExtras())); in getView()
111 Log.i(TAG, "Call intent extras: " + extrasToString(call.getDetails().getIntentExtras())); in getView()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DNotificationService.java122 if (call.getDetails() != null && TextUtils.equals( in answerCall()
123 CallDetail.fromTelecomCallDetail(call.getDetails()).getNumber(), callId)) { in answerCall()
133 if (call.getDetails() != null && TextUtils.equals( in declineCall()
134 CallDetail.fromTelecomCallDetail(call.getDetails()).getNumber(), callId)) { in declineCall()
H A DInCallNotificationController.java94 CallDetail callDetail = CallDetail.fromTelecomCallDetail(call.getDetails()); in showInCallNotification()
135 if (call.getDetails() != null) { in cancelInCallNotification()
136 String callNumber = CallDetail.fromTelecomCallDetail(call.getDetails()).getNumber(); in cancelInCallNotification()
174 CallDetail.fromTelecomCallDetail(call.getDetails()).getNumber()); in getIntent()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java522 return telecomCall.getDetails().getStatusHints(); in getStatusHints()
603 setDisconnectCause(telecomCall.getDetails().getDisconnectCause()); in updateFromTelecomCall()
619 updateFromCallExtras(telecomCall.getDetails().getExtras()); in updateFromTelecomCall()
623 Uri newHandle = telecomCall.getDetails().getHandle(); in updateFromTelecomCall()
815 return telecomCall == null ? null : telecomCall.getDetails().getHandle(); in getHandle()
930 return telecomCall.getDetails().getIntentExtras(); in getIntentExtras()
1012 return telecomCall.getDetails().hasProperty(property); in hasProperty()
1022 return telecomCall.getDetails().getConnectTimeMillis(); in getConnectTimeMillis()
1032 return telecomCall.getDetails().getCreationTimeMillis(); in getCreationTimeMillis()
1067 return telecomCall.getDetails().getVideoState(); in getVideoState()
[all …]
H A DExternalCallList.java53 telecomCall.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)); in onCallAdded()
106 if (!call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in notifyExternalCallUpdated()
H A DTelecomAdapter.java98 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_MERGE_CONFERENCE)) { in merge()
112 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) { in swap()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallListAdapter.java105 Uri handle = call.getDetails().getHandle(); in getView()
108 long durationMs = System.currentTimeMillis() - call.getDetails().getConnectTimeMillis(); in getView()
115 Log.i(TAG, "Call extras: " + extrasToString(call.getDetails().getExtras())); in getView()
116 Log.i(TAG, "Call intent extras: " + extrasToString(call.getDetails().getIntentExtras())); in getView()
H A DTestInCallUI.java258 int priority = call.getDetails() in onCreate()
260 Location location = call.getDetails() in onCreate()
262 String subject = call.getDetails() in onCreate()
264 boolean isBusiness = call.getDetails() in onCreate()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMediaItem.java83 public MediaDetails getDetails() { in getDetails() method in LocalMediaItem
84 MediaDetails details = super.getDetails(); in getDetails()
H A DMediaSet.java178 public MediaDetails getDetails() { in getDetails() method in MediaSet
179 MediaDetails details = super.getDetails(); in getDetails()
H A DLocalVideo.java218 public MediaDetails getDetails() { in getDetails() method in LocalVideo
219 MediaDetails details = super.getDetails(); in getDetails()
H A DUriImage.java252 public MediaDetails getDetails() { in getDetails() method in UriImage
253 MediaDetails details = super.getDetails(); in getDetails()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java230 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState()); in postNotification()
304 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE) in getLargeIconToDisplay()
305 && !call.getDetails() in getLargeIconToDisplay()
349 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE)) { in getContentTitle()
352 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.cpp52 if (!caps->getDetails()->findString("size-range", &sizeRange)) { in getMeasureSize()
78 if (!caps->getDetails()->findString("bitrate-range", &bitrateRange)) { in getMeasureBitrate()
237 (caps->getDetails()->contains("max-supported-instances") || in profileCodecs()
238 caps->getDetails()->contains("max-concurrent-instances"))) { in profileCodecs()
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
H A DMockCallManager.java220 CallDetail detail = CallDetail.fromTelecomCallDetail(call.getDetails()); in disconnect()
226 call.getDetails().getDisconnectCause().getCode() == DisconnectCause.MISSED in disconnect()
228 : call.getDetails().getCallDirection() + 1); in disconnect()
366 CallDetail detail = CallDetail.fromTelecomCallDetail(call.getDetails()); in findCallById()
536 when(mCall.getDetails()).thenReturn(mDetails); in updateCallDetails()
/aosp12/packages/apps/Dialer/java/com/android/dialer/promotion/
H A DPromotion.java62 CharSequence getDetails(); in getDetails() method
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/compat/
H A DCallCompat.java29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL) in canPullExternalCall()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPersonItemData.java39 public abstract String getDetails(); in getDetails() method in PersonItemData
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
H A DIncomingCallFragment.java47 call == null ? null : CallDetail.fromTelecomCallDetail(call.getDetails()))); in onCreateView()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DPromotionCardViewHolder.java49 cardDetailsView.setText(promotion.getDetails()); in PromotionCardViewHolder()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
H A DCallDetailLiveData.java89 setValue(telecomCall != null ? CallDetail.fromTelecomCallDetail(telecomCall.getDetails()) in setTelecomCallDetail()

1234