HomeSort by relevance Sort by last modified time
    Searched refs:callerDisplayNamePresentation (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 71 int callerDisplayNamePresentation,
93 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
279 int callerDisplayNamePresentation = source.readInt();
305 callerDisplayNamePresentation,
ParcelableConnection.java 61 int callerDisplayNamePresentation,
77 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
180 int callerDisplayNamePresentation = source.readInt();
200 callerDisplayNamePresentation,
Call.java 545 int callerDisplayNamePresentation,
559 mCallerDisplayNamePresentation = callerDisplayNamePresentation;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 171 int callerDisplayNamePresentation;
357 mConnectionById.get(id).callerDisplayNamePresentation);
394 c.callerDisplayNamePresentation,

Completed in 706 milliseconds