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/
Call.java 439 private final String mTelecomCallId;
608 return mTelecomCallId;
805 mTelecomCallId = telecomCallId;
    [all...]
ConnectionRequest.java 40 private String mTelecomCallId;
89 this.mTelecomCallId = telecomCallId;
131 mTelecomCallId,
142 private final String mTelecomCallId;
211 mTelecomCallId = telecomCallId;
222 mTelecomCallId = in.readString();
265 return mTelecomCallId;
369 destination.writeString(mTelecomCallId);
Conference.java 75 private String mTelecomCallId;
115 return mTelecomCallId;
125 mTelecomCallId = telecomCallId;
Connection.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 164 private String mTelecomCallId;
241 return mTelecomCallId;
250 mTelecomCallId = telecomCallId;
    [all...]

Completed in 651 milliseconds