/packages/apps/Dialer/java/com/android/incallui/videotech/ims/ |
D | ImsVideoTech.java | 69 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 …]
|
D | ImsVideoCallCallback.java | 58 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/ |
D | DialerCall.java | 414 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 …]
|
D | ExternalCallList.java | 51 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()
|
D | TelecomAdapter.java | 94 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/ |
D | TelecomCallUtil.java | 33 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/ |
D | TelecomUtils.java | 218 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/ |
D | ExternalCallNotifier.java | 242 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()
|
D | InCallPresenter.java | 177 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/ |
D | LocalMediaItem.java | 83 public MediaDetails getDetails() { in getDetails() method in LocalMediaItem 84 MediaDetails details = super.getDetails(); in getDetails()
|
D | UriImage.java | 251 public MediaDetails getDetails() { in getDetails() method in UriImage 252 MediaDetails details = super.getDetails(); in getDetails()
|
D | MediaSet.java | 178 public MediaDetails getDetails() { in getDetails() method in MediaSet 179 MediaDetails details = super.getDetails(); in getDetails()
|
D | LocalVideo.java | 218 public MediaDetails getDetails() { in getDetails() method in LocalVideo 219 MediaDetails details = super.getDetails(); in getDetails()
|
D | LocalImage.java | 320 public MediaDetails getDetails() { in getDetails() method in LocalImage 321 MediaDetails details = super.getDetails(); in getDetails()
|
D | MediaObject.java | 123 public MediaDetails getDetails() { in getDetails() method in MediaObject
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallListAdapter.java | 98 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/ |
D | VCardResourceEntry.java | 135 public String getDetails() { in getDisplayItem() method in VCardResourceEntry 363 public String getDetails() {
|
/packages/apps/Dialer/java/com/android/contacts/common/compat/ |
D | CallCompat.java | 29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL) in canPullExternalCall()
|
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
D | InstrumentClusterController.java | 199 Call.Details details = call.getDetails(); in extractPhoneNumber() 235 Call.Details details = call.getDetails(); in onCallStateChanged()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | PersonItemData.java | 39 public abstract String getDetails(); in getDetails() method in PersonItemData
|
D | ParticipantListItemData.java | 66 public String getDetails() { in getDetails() method in ParticipantListItemData
|
/packages/apps/Dialer/java/com/android/incallui/latencyreport/ |
D | LatencyReport.java | 71 Bundle extras = telecomCall.getDetails().getIntentExtras(); in LatencyReport()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumPage.java | 768 public MediaDetails getDetails() { in getDetails() method in AlbumPage.MyDetailsSource 773 return item.getDetails(); in getDetails()
|
D | AlbumSetPage.java | 754 public MediaDetails getDetails() { in getDetails() method in AlbumSetPage.MyDetailsSource 758 return item.getDetails(); in getDetails()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ShareIntentAdapter.java | 87 public String getDetails() {
|