Home
last modified time | relevance | path

Searched refs:callerDisplayNamePresentation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DParcelableConnection.java69 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,
DParcelableConference.java74 @TelecomManager.Presentation int callerDisplayNamePresentation) { in setCallerDisplayName() argument
76 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in setCallerDisplayName()
174 int callerDisplayNamePresentation, in ParcelableConference() argument
192 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in ParcelableConference()
319 int callerDisplayNamePresentation = source.readInt();
327 callerDisplayName, callerDisplayNamePresentation, disconnectCause,
DParcelableCall.java130 int callerDisplayNamePresentation) { in setCallerDisplayNamePresentation() argument
131 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in setCallerDisplayNamePresentation()
352 int callerDisplayNamePresentation, in ParcelableCall() argument
384 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in ParcelableCall()
654 int callerDisplayNamePresentation = source.readInt();
690 .setCallerDisplayNamePresentation(callerDisplayNamePresentation)
DCall.java1144 int callerDisplayNamePresentation, in Details() argument
1165 mCallerDisplayNamePresentation = callerDisplayNamePresentation; in Details()