/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothCall.java | 262 public String getCallerDisplayName() { in getCallerDisplayName() method in BluetoothCall 263 return mCall.getDetails().getCallerDisplayName(); in getCallerDisplayName()
|
H A D | BluetoothInCallService.java | 845 ringingName = ringingCall.getCallerDisplayName(); in updateHeadsetWithCallState()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cnap/ |
H A D | CnapPhoneLookup.java | 61 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/ |
H A D | CequintPhoneLookup.java | 72 String callerDisplayName = call.getDetails().getCallerDisplayName(); in lookup()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | RemoteConnectionService.java | 71 if (parcel.getCallerDisplayName() != null 74 parcel.getCallerDisplayName(),
|
H A D | ParcelableConnection.java | 178 public String getCallerDisplayName() { in getCallerDisplayName() method in ParcelableConnection
|
H A D | Call.java | 933 public String getCallerDisplayName() { in getCallerDisplayName() method in Call.Details 1204 parcelableCall.getCallerDisplayName(), in createFromParcelableCall() 2602 mDetails.getCallerDisplayName(), in internalSetDisconnected()
|
H A D | RemoteConnection.java | 710 mCallerDisplayName = connection.getCallerDisplayName(); in RemoteConnection() 861 public CharSequence getCallerDisplayName() { in getCallerDisplayName() method in RemoteConnection
|
H A D | Conference.java | 1117 public final String getCallerDisplayName() { in getCallerDisplayName() method in Conference
|
H A D | ParcelableCall.java | 455 public String getCallerDisplayName() { in getCallerDisplayName() method in ParcelableCall
|
H A D | ConnectionService.java | 2001 .setCallerDisplayName(conference.getCallerDisplayName(), in createConference() 2123 connection.getCallerDisplayName(), in createConnection() 2708 .setCallerDisplayName(conference.getCallerDisplayName(), in addConference() 2795 connection.getCallerDisplayName(), in addExistingConnection()
|
H A D | Connection.java | 2204 public final String getCallerDisplayName() { in getCallerDisplayName() method in Connection
|
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipConnection.java | 320 if (!Objects.equals(name, getCallerDisplayName()) || in updateAddress()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
H A D | IncomingCallNotifier.java | 190 name = call.getCallerDisplayName(); in getNotificationName()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | ImsConference.java | 925 setCallerDisplayName(mConferenceHost.getCallerDisplayName(), in setConferenceHost() 1196 setCallerDisplayName(entry.getCallerDisplayName(), in startEmulatingSinglePartyCall()
|
H A D | TelephonyConnectionService.java | 571 conference.setCallerDisplayName(connection.getCallerDisplayName(), in prepareConference()
|
H A D | TelephonyConnection.java | 1518 if (!Objects.equals(name, getCallerDisplayName()) || in updateAddress()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ParcelableCallUtils.java | 197 TelecomManager.PRESENTATION_ALLOWED ? call.getCallerDisplayName() : null; in toParcelableCall()
|
H A D | Call.java | 1401 public String getCallerDisplayName() { in getCallerDisplayName() method in Call 2228 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
|
H A D | ConnectionServiceWrapper.java | 946 connection.getCallerDisplayName(), in addExistingConnection()
|
H A D | CallsManager.java | 4487 call.setCallerDisplayName(connection.getCallerDisplayName(),
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/ |
H A D | DialerCall.java | 926 return telecomCall == null ? null : getTelecomCall().getDetails().getCallerDisplayName(); in getCnapName()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39638 method public String getCallerDisplayName(); 39840 method public final String getCallerDisplayName(); 40318 method public CharSequence getCallerDisplayName();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55551 Landroid/telecom/ParcelableCall;->getCallerDisplayName()Ljava/lang/String; 55665 Landroid/telecom/ParcelableConnection;->getCallerDisplayName()Ljava/lang/String;
|