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

  /frameworks/base/telecomm/java/android/telecom/
ParcelableRttCall.java 34 private final int mRttMode;
42 mRttMode = rttMode;
48 mRttMode = in.readInt();
72 dest.writeInt(mRttMode);
78 return mRttMode;
Call.java     [all...]
  /frameworks/base/telephony/java/android/telephony/ims/
ImsStreamMediaProfile.java 95 public int mRttMode;
155 mRttMode = rttMode;
164 mRttMode = RTT_MODE_DISABLED;
178 mRttMode = rttMode;
186 mRttMode = profile.mRttMode;
195 ", rttMode=" + mRttMode + " }";
209 out.writeInt(mRttMode);
217 mRttMode = in.readInt();
238 return (mRttMode == RTT_MODE_FULL)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 497 private int mRttMode;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 102 milliseconds