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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 99 public int getHandlePresentation() {
Call.java 126 public int getHandlePresentation() {
653 parcelableCall.getHandlePresentation(),
ParcelableCall.java 147 public int getHandlePresentation() {
RemoteConnectionService.java 63 parcel.getHandle(), parcel.getHandlePresentation());
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 475 Uri handle = call.getHandlePresentation() == TelecomManager.PRESENTATION_ALLOWED ?
498 call.getHandlePresentation(),
Call.java 409 int getHandlePresentation() {
673 setHandle(connection.getHandle(), connection.getHandlePresentation());
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 281 return getTelecommCall().getDetails().getHandlePresentation();

Completed in 1507 milliseconds