Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java262 public String getCallerDisplayName() { in getCallerDisplayName() method in BluetoothCall
263 return mCall.getDetails().getCallerDisplayName(); in getCallerDisplayName()
H A DBluetoothInCallService.java845 ringingName = ringingCall.getCallerDisplayName(); in updateHeadsetWithCallState()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/
H A DCnapPhoneLookup.java61 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
H A DCequintPhoneLookup.java72 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java71 if (parcel.getCallerDisplayName() != null
74 parcel.getCallerDisplayName(),
H A DParcelableConnection.java178 public String getCallerDisplayName() { in getCallerDisplayName() method in ParcelableConnection
H A DCall.java933 public String getCallerDisplayName() { in getCallerDisplayName() method in Call.Details
1204 parcelableCall.getCallerDisplayName(), in createFromParcelableCall()
2602 mDetails.getCallerDisplayName(), in internalSetDisconnected()
H A DRemoteConnection.java710 mCallerDisplayName = connection.getCallerDisplayName(); in RemoteConnection()
861 public CharSequence getCallerDisplayName() { in getCallerDisplayName() method in RemoteConnection
H A DConference.java1117 public final String getCallerDisplayName() { in getCallerDisplayName() method in Conference
H A DParcelableCall.java455 public String getCallerDisplayName() { in getCallerDisplayName() method in ParcelableCall
H A DConnectionService.java2001 .setCallerDisplayName(conference.getCallerDisplayName(), in createConference()
2123 connection.getCallerDisplayName(), in createConnection()
2708 .setCallerDisplayName(conference.getCallerDisplayName(), in addConference()
2795 connection.getCallerDisplayName(), in addExistingConnection()
H A DConnection.java2204 public final String getCallerDisplayName() { in getCallerDisplayName() method in Connection
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java320 if (!Objects.equals(name, getCallerDisplayName()) || in updateAddress()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java190 name = call.getCallerDisplayName(); in getNotificationName()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java925 setCallerDisplayName(mConferenceHost.getCallerDisplayName(), in setConferenceHost()
1196 setCallerDisplayName(entry.getCallerDisplayName(), in startEmulatingSinglePartyCall()
H A DTelephonyConnectionService.java571 conference.setCallerDisplayName(connection.getCallerDisplayName(), in prepareConference()
H A DTelephonyConnection.java1518 if (!Objects.equals(name, getCallerDisplayName()) || in updateAddress()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java197 TelecomManager.PRESENTATION_ALLOWED ? call.getCallerDisplayName() : null; in toParcelableCall()
H A DCall.java1401 public String getCallerDisplayName() { in getCallerDisplayName() method in Call
2228 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
H A DConnectionServiceWrapper.java946 connection.getCallerDisplayName(), in addExistingConnection()
H A DCallsManager.java4487 call.setCallerDisplayName(connection.getCallerDisplayName(),
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java926 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39638 method public String getCallerDisplayName();
39840 method public final String getCallerDisplayName();
40318 method public CharSequence getCallerDisplayName();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55551 Landroid/telecom/ParcelableCall;->getCallerDisplayName()Ljava/lang/String;
55665 Landroid/telecom/ParcelableConnection;->getCallerDisplayName()Ljava/lang/String;