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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 99 public int getHandlePresentation() {
ParcelableCall.java 147 public int getHandlePresentation() {
Call.java 292 public int getHandlePresentation() {
819 parcelableCall.getHandlePresentation(),
    [all...]
RemoteConnection.java 445 mAddressPresentation = connection.getHandlePresentation();
    [all...]
RemoteConnectionService.java 64 parcel.getHandle(), parcel.getHandlePresentation());
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 147 logCall(call.getCallerInfo(), logNumber, call.getHandlePresentation(),
InCallController.java 517 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ?
541 call.getHandlePresentation(),
Call.java 491 int getHandlePresentation() {
781 setHandle(connection.getHandle(), connection.getHandlePresentation());
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 285 return getTelecommCall().getDetails().getHandlePresentation();

Completed in 73 milliseconds