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 41 private final int mAddressPresentation;
78 mAddressPresentation = addressPresentation;
125 return mAddressPresentation;
253 destination.writeInt(mAddressPresentation);
RemoteConnection.java 608 private int mAddressPresentation;
650 mAddressPresentation = connection.getHandlePresentation();
793 return mAddressPresentation;
    [all...]
Connection.java     [all...]

Completed in 40 milliseconds