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

12

/packages/apps/Dialer/java/com/android/incallui/util/
H A DTelecomCallUtil.java33 Uri handle = call.getDetails().getHandle();
41 if (call.getDetails().getGatewayInfo() != null) {
42 return call.getDetails().getGatewayInfo().getOriginalAddress().getSchemeSpecificPart();
49 return call == null ? null : call.getDetails().getHandle();
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
H A DImsVideoTech.java48 // call.getDetails().getVideoState() reflecting the change. During that time, pause() and
69 if (VideoProfile.isVideo(call.getDetails().getVideoState())) {
79 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX)) {
84 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX)) {
93 return VideoProfile.isVideo(call.getDetails().getVideoState());
140 int newVideoState = call.getDetails().getVideoState();
170 int unpausedVideoState = getUnpausedVideoState(call.getDetails().getVideoState());
202 .sendSessionModifyResponse(new VideoProfile(call.getDetails().getVideoState()));
209 return VideoProfile.isTransmissionEnabled(call.getDetails().getVideoState());
218 int unpausedVideoState = getUnpausedVideoState(call.getDetails()
[all...]
H A DImsVideoCallCallback.java58 int previousVideoState = ImsVideoTech.getUnpausedVideoState(call.getDetails().getVideoState());
146 if (VideoProfile.isVideo(call.getDetails().getVideoState())) {
/packages/apps/Dialer/java/com/android/contacts/common/compat/
H A DCallCompat.java29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL)
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPersonItemData.java39 public abstract String getDetails(); method in class:PersonItemData
H A DParticipantListItemData.java66 public String getDetails() { method in class:ParticipantListItemData
H A DVCardContactItemData.java98 public String getDetails() { method in class:VCardContactItemData
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMediaItem.java83 public MediaDetails getDetails() { method in class:LocalMediaItem
84 MediaDetails details = super.getDetails();
H A DMediaObject.java123 public MediaDetails getDetails() { method in class:MediaObject
H A DLocalVideo.java218 public MediaDetails getDetails() { method in class:LocalVideo
219 MediaDetails details = super.getDetails();
H A DMediaSet.java178 public MediaDetails getDetails() { method in class:MediaSet
179 MediaDetails details = super.getDetails();
H A DUriImage.java251 public MediaDetails getDetails() { method in class:UriImage
252 MediaDetails details = super.getDetails();
H A DLocalImage.java320 public MediaDetails getDetails() { method in class:LocalImage
321 MediaDetails details = super.getDetails();
/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java414 return mTelecomCall.getDetails().getStatusHints();
461 setDisconnectCause(mTelecomCall.getDetails().getDisconnectCause());
477 updateFromCallExtras(mTelecomCall.getDetails().getExtras());
481 Uri newHandle = mTelecomCall.getDetails().getHandle();
489 PhoneAccountHandle newPhoneAccountHandle = mTelecomCall.getDetails().getAccountHandle();
636 return mTelecomCall == null ? null : mTelecomCall.getDetails().getHandle();
689 return mTelecomCall == null ? -1 : mTelecomCall.getDetails().getHandlePresentation();
693 return mTelecomCall == null ? -1 : mTelecomCall.getDetails().getCallerDisplayNamePresentation();
698 return mTelecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName();
702 return mTelecomCall.getDetails()
[all...]
H A DExternalCallList.java51 if (!telecomCall.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
106 if (!call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
H A DTelecomAdapter.java94 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_MERGE_CONFERENCE)) {
108 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) {
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallListAdapter.java98 Uri handle = call.getDetails().getHandle();
101 long durationMs = System.currentTimeMillis() - call.getDetails().getConnectTimeMillis();
/packages/apps/Dialer/java/com/android/incallui/latencyreport/
H A DLatencyReport.java71 Bundle extras = telecomCall.getDetails().getIntentExtras();
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
H A DTelecomUtils.java218 if (call == null || call.getDetails() == null) {
221 GatewayInfo gatewayInfo = call.getDetails().getGatewayInfo();
234 if (call == null || call.getDetails() == null) {
243 if (call.getDetails().getHandle() != null) {
244 return call.getDetails().getHandle().getSchemeSpecificPart();
H A DCurrentCallConverter.java71 long timeStamp = System.currentTimeMillis() - call.getDetails().getConnectTimeMillis();
/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java242 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState());
334 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE)
335 && !call.getDetails()
384 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE)) {
387 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE));
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DShareIntentAdapter.java87 public String getDetails() {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDetailsHelper.java35 public MediaDetails getDetails(); method in interface:DetailsHelper.DetailsSource
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardResourceEntry.java135 public String getDetails() {
363 public String getDetails() {
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPersonItemView.java200 final String details = mBinding.getData().getDetails();

Completed in 467 milliseconds

12