Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoTech.java69 if (VideoProfile.isVideo(call.getDetails().getVideoState())) { in isAvailable()
79 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX)) { in isAvailable()
84 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX)) { in isAvailable()
93 return VideoProfile.isVideo(call.getDetails().getVideoState()); in isTransmittingOrReceiving()
140 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged()
170 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState()); in upgradeToVideo()
202 .sendSessionModifyResponse(new VideoProfile(call.getDetails().getVideoState())); in declineVideoRequest()
209 return VideoProfile.isTransmissionEnabled(call.getDetails().getVideoState()); in isTransmitting()
218 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState()); in stopTransmission()
230 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState()); in resumeTransmission()
[all …]
DImsVideoCallCallback.java58 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState()); in onSessionModifyRequestReceived()
146 if (VideoProfile.isVideo(call.getDetails().getVideoState())) { in getSessionModificationStateFromTelecomStatus()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java414 return mTelecomCall.getDetails().getStatusHints(); in getStatusHints()
461 setDisconnectCause(mTelecomCall.getDetails().getDisconnectCause()); in updateFromTelecomCall()
477 updateFromCallExtras(mTelecomCall.getDetails().getExtras()); in updateFromTelecomCall()
481 Uri newHandle = mTelecomCall.getDetails().getHandle(); in updateFromTelecomCall()
489 PhoneAccountHandle newPhoneAccountHandle = mTelecomCall.getDetails().getAccountHandle(); in updateFromTelecomCall()
636 return mTelecomCall == null ? null : mTelecomCall.getDetails().getHandle(); in getHandle()
689 return mTelecomCall == null ? -1 : mTelecomCall.getDetails().getHandlePresentation(); in getNumberPresentation()
693 return mTelecomCall == null ? -1 : mTelecomCall.getDetails().getCallerDisplayNamePresentation(); in getCnapNamePresentation()
698 return mTelecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()
702 return mTelecomCall.getDetails().getIntentExtras(); in getIntentExtras()
[all …]
DExternalCallList.java51 if (!telecomCall.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallAdded()
106 if (!call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in notifyExternalCallUpdated()
DTelecomAdapter.java94 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_MERGE_CONFERENCE)) { in merge()
108 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) { in swap()
/packages/apps/Dialer/java/com/android/incallui/util/
DTelecomCallUtil.java33 Uri handle = call.getDetails().getHandle(); in isEmergencyCall()
41 if (call.getDetails().getGatewayInfo() != null) { in getNumber()
42 return call.getDetails().getGatewayInfo().getOriginalAddress().getSchemeSpecificPart(); in getNumber()
49 return call == null ? null : call.getDetails().getHandle(); in getHandle()
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DTelecomUtils.java218 if (call == null || call.getDetails() == null) { in getGatewayInfoOriginalAddress()
221 GatewayInfo gatewayInfo = call.getDetails().getGatewayInfo(); in getGatewayInfoOriginalAddress()
234 if (call == null || call.getDetails() == null) { in getNumber()
243 if (call.getDetails().getHandle() != null) { in getNumber()
244 return call.getDetails().getHandle().getSchemeSpecificPart(); in getNumber()
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java242 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState()); in postNotification()
334 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE) in getLargeIconToDisplay()
335 && !call.getDetails() in getLargeIconToDisplay()
384 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE)) { in getContentTitle()
387 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
DInCallPresenter.java177 onDetailsChanged(telecomCall, telecomCall.getDetails());
520 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallAdded()
555 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in shouldAttemptBlocking()
649 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallRemoved()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalMediaItem.java83 public MediaDetails getDetails() { in getDetails() method in LocalMediaItem
84 MediaDetails details = super.getDetails(); in getDetails()
DUriImage.java251 public MediaDetails getDetails() { in getDetails() method in UriImage
252 MediaDetails details = super.getDetails(); in getDetails()
DMediaSet.java178 public MediaDetails getDetails() { in getDetails() method in MediaSet
179 MediaDetails details = super.getDetails(); in getDetails()
DLocalVideo.java218 public MediaDetails getDetails() { in getDetails() method in LocalVideo
219 MediaDetails details = super.getDetails(); in getDetails()
DLocalImage.java320 public MediaDetails getDetails() { in getDetails() method in LocalImage
321 MediaDetails details = super.getDetails(); in getDetails()
DMediaObject.java123 public MediaDetails getDetails() { in getDetails() method in MediaObject
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallListAdapter.java98 Uri handle = call.getDetails().getHandle(); in getView()
101 long durationMs = System.currentTimeMillis() - call.getDetails().getConnectTimeMillis(); in getView()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java135 public String getDetails() { in getDisplayItem() method in VCardResourceEntry
363 public String getDetails() {
/packages/apps/Dialer/java/com/android/contacts/common/compat/
DCallCompat.java29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL) in canPullExternalCall()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
DInstrumentClusterController.java199 Call.Details details = call.getDetails(); in extractPhoneNumber()
235 Call.Details details = call.getDetails(); in onCallStateChanged()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DPersonItemData.java39 public abstract String getDetails(); in getDetails() method in PersonItemData
DParticipantListItemData.java66 public String getDetails() { in getDetails() method in ParticipantListItemData
/packages/apps/Dialer/java/com/android/incallui/latencyreport/
DLatencyReport.java71 Bundle extras = telecomCall.getDetails().getIntentExtras(); in LatencyReport()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java768 public MediaDetails getDetails() { in getDetails() method in AlbumPage.MyDetailsSource
773 return item.getDetails(); in getDetails()
DAlbumSetPage.java754 public MediaDetails getDetails() { in getDetails() method in AlbumSetPage.MyDetailsSource
758 return item.getDetails(); in getDetails()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentAdapter.java87 public String getDetails() {

12