Searched defs:mAddressPresentation (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java663 private int mAddressPresentation; field in class:Connection
693 return mAddressPresentation;
868 mAddressPresentation = presentation;
H A DParcelableConnection.java39 private final int mAddressPresentation; field in class:ParcelableConnection
70 mAddressPresentation = addressPresentation;
100 return mAddressPresentation;
210 destination.writeInt(mAddressPresentation);
H A DRemoteConnection.java410 private int mAddressPresentation; field in class:RemoteConnection
445 mAddressPresentation = connection.getHandlePresentation();
552 return mAddressPresentation;
926 mAddressPresentation = presentation;

Completed in 38 milliseconds