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

  /frameworks/base/telephony/java/android/telephony/ims/
ImsExternalCallState.java 52 private int mCallType;
66 mCallType = callType;
78 mCallType = in.readInt();
94 out.writeInt(mCallType);
129 return mCallType;
142 ", mCallType = " + mCallType +
ImsCallProfile.java 263 public int mCallType;
305 mCallType = CALL_TYPE_VOICE_N_VIDEO;
331 mCallType = callType;
360 mCallType = callType;
420 mCallType = profile.mCallType;
441 ", callType=" + mCallType +
455 out.writeInt(mCallType);
462 mCallType = in.readInt();
484 return mCallType;
    [all...]
  /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
ClassesInfoCache.java 201 final int mCallType;
205 mCallType = callType;
213 switch (mCallType) {
241 return mCallType == that.mCallType && mMethod.getName().equals(that.mMethod.getName());
246 return 31 * mCallType + mMethod.getName().hashCode();
  /prebuilts/maven_repo/android/android/arch/lifecycle/common/1.0.0/
common-1.0.0.jar 
  /prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-common/2.0.0-alpha1/
lifecycle-common-2.0.0-alpha1.jar 
  /prebuilts/maven_repo/android/android/arch/lifecycle/common/1.0.3/
common-1.0.3.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/lifecycle/common/28.0.0/
common-28.0.0.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 271 switch (localProfile.mCallType) {
287 switch (remoteProfile.mCallType) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 678 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT;
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_contrib_release_no_deps.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 509 milliseconds