Searched refs:getCallerDisplayName (Results 1 – 18 of 18) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 266 public String getCallerDisplayName() { in getCallerDisplayName() method in BluetoothCall 267 return mCall.getDetails().getCallerDisplayName(); in getCallerDisplayName()
|
D | BluetoothInCallService.java | 1260 ringingName = ringingCall.getCallerDisplayName(); in updateHeadsetWithCallState() 1706 String friendlyName = call.getCallerDisplayName();
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/ |
D | CnapPhoneLookup.java | 61 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/ |
D | CequintPhoneLookup.java | 72 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 315 assertThrows(NullPointerException.class, () -> mBluetoothCall.getCallerDisplayName()); in getCallerDisplayName_whenInnerCallIsNull_throwsNPE()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | IncomingCallNotifier.java | 195 name = call.getCallerDisplayName(); in getNotificationName()
|
D | CallStreamingNotification.java | 160 call.getAssociatedUser(), call.getCallerDisplayName(), in enqueueStreamingNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallStreamingController.java | 82 mStreamingCall.getCallerDisplayName(), in onConnectedInternal()
|
D | ConnectionServiceWrapper.java | 1073 connection.getCallerDisplayName(), in addExistingConnection() 1104 if (!Objects.equals(connection.getCallerDisplayName(), in addExistingConnection() 1105 alreadyAddedConnection.getCallerDisplayName())) { in addExistingConnection() 1107 .getCallerDisplayName(), in addExistingConnection()
|
D | ParcelableCallUtils.java | 202 TelecomManager.PRESENTATION_ALLOWED ? call.getCallerDisplayName() : null; in toParcelableCall()
|
D | Call.java | 1718 public String getCallerDisplayName() { in getCallerDisplayName() method in Call 2721 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
|
D | CallsManager.java | 5876 call.setCallerDisplayName(connection.getCallerDisplayName(),
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ImsConference.java | 934 setCallerDisplayName(mConferenceHost.getCallerDisplayName(), in setConferenceHost() 1216 setCallerDisplayName(entry.getCallerDisplayName(), in startEmulatingSinglePartyCall()
|
D | TelephonyConnection.java | 1555 if (!Objects.equals(name, getCallerDisplayName()) || in updateAddress()
|
D | TelephonyConnectionService.java | 1023 conference.setCallerDisplayName(connection.getCallerDisplayName(), in prepareConference()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/ |
D | InCallViewModel.java | 284 contactName = mCurrentCall.getDetails().getCallerDisplayName(); in updateModelWithContact()
|
/packages/modules/Permission/service/java/com/android/ecm/ |
D | EnhancedConfirmationService.java | 720 return call.getDetails().getCallerDisplayName(); in getDisplayName()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 926 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()
|