Searched refs:callerDisplayNamePresentation (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConnection.java | 69 int callerDisplayNamePresentation, in ParcelableConnection() argument 84 addressPresentation, callerDisplayName, callerDisplayNamePresentation, in ParcelableConnection() 102 int callerDisplayNamePresentation, in ParcelableConnection() argument 122 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in ParcelableConnection() 270 int callerDisplayNamePresentation = source.readInt(); 298 callerDisplayNamePresentation,
|
D | ParcelableConference.java | 74 @TelecomManager.Presentation int callerDisplayNamePresentation) { in setCallerDisplayName() argument 76 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in setCallerDisplayName() 174 int callerDisplayNamePresentation, in ParcelableConference() argument 192 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in ParcelableConference() 311 int callerDisplayNamePresentation = source.readInt(); 319 callerDisplayName, callerDisplayNamePresentation, disconnectCause,
|
D | ParcelableCall.java | 129 int callerDisplayNamePresentation) { in setCallerDisplayNamePresentation() argument 130 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in setCallerDisplayNamePresentation() 343 int callerDisplayNamePresentation, in ParcelableCall() argument 374 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in ParcelableCall() 635 int callerDisplayNamePresentation = source.readInt(); 670 .setCallerDisplayNamePresentation(callerDisplayNamePresentation)
|
D | Call.java | 1031 int callerDisplayNamePresentation, in Details() argument 1050 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in Details()
|