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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 39 private final int mAddressPresentation;
70 mAddressPresentation = addressPresentation;
100 return mAddressPresentation;
210 destination.writeInt(mAddressPresentation);
Connection.java 469 private int mAddressPresentation;
499 return mAddressPresentation;
667 mAddressPresentation = presentation;
    [all...]
RemoteConnection.java 394 private int mAddressPresentation;
501 return mAddressPresentation;
855 mAddressPresentation = presentation;

Completed in 626 milliseconds