Home
last modified time | relevance | path

Searched refs:getCallerDisplayName (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java266 public String getCallerDisplayName() { in getCallerDisplayName() method in BluetoothCall
267 return mCall.getDetails().getCallerDisplayName(); in getCallerDisplayName()
DBluetoothInCallService.java1260 ringingName = ringingCall.getCallerDisplayName(); in updateHeadsetWithCallState()
1706 String friendlyName = call.getCallerDisplayName();
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/
DCnapPhoneLookup.java61 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
DCequintPhoneLookup.java72 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java315 assertThrows(NullPointerException.class, () -> mBluetoothCall.getCallerDisplayName()); in getCallerDisplayName_whenInnerCallIsNull_throwsNPE()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java195 name = call.getCallerDisplayName(); in getNotificationName()
DCallStreamingNotification.java160 call.getAssociatedUser(), call.getCallerDisplayName(), in enqueueStreamingNotification()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallStreamingController.java82 mStreamingCall.getCallerDisplayName(), in onConnectedInternal()
DConnectionServiceWrapper.java1073 connection.getCallerDisplayName(), in addExistingConnection()
1104 if (!Objects.equals(connection.getCallerDisplayName(), in addExistingConnection()
1105 alreadyAddedConnection.getCallerDisplayName())) { in addExistingConnection()
1107 .getCallerDisplayName(), in addExistingConnection()
DParcelableCallUtils.java202 TelecomManager.PRESENTATION_ALLOWED ? call.getCallerDisplayName() : null; in toParcelableCall()
DCall.java1718 public String getCallerDisplayName() { in getCallerDisplayName() method in Call
2721 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java5876 call.setCallerDisplayName(connection.getCallerDisplayName(),
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java934 setCallerDisplayName(mConferenceHost.getCallerDisplayName(), in setConferenceHost()
1216 setCallerDisplayName(entry.getCallerDisplayName(), in startEmulatingSinglePartyCall()
DTelephonyConnection.java1555 if (!Objects.equals(name, getCallerDisplayName()) || in updateAddress()
DTelephonyConnectionService.java1023 conference.setCallerDisplayName(connection.getCallerDisplayName(), in prepareConference()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/
DInCallViewModel.java284 contactName = mCurrentCall.getDetails().getCallerDisplayName(); in updateModelWithContact()
/packages/modules/Permission/service/java/com/android/ecm/
DEnhancedConfirmationService.java720 return call.getDetails().getCallerDisplayName(); in getDisplayName()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java926 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()