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

  /frameworks/base/telecomm/java/android/telecom/
ConnectionRequest.java 35 private final String mTelecomCallId;
81 mTelecomCallId = telecomCallId;
89 mTelecomCallId = in.readString();
129 return mTelecomCallId;
167 destination.writeString(mTelecomCallId);
Call.java 319 private final String mTelecomCallId;
480 return mTelecomCallId;
651 mTelecomCallId = telecomCallId;
    [all...]
Conference.java 74 private String mTelecomCallId;
113 return mTelecomCallId;
123 mTelecomCallId = telecomCallId;
Connection.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 148 private String mTelecomCallId;
224 return mTelecomCallId;
233 mTelecomCallId = telecomCallId;

Completed in 49 milliseconds