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

  /frameworks/base/telephony/java/android/telephony/ims/
ImsReasonInfo.java 433 public int mExtraCode;
441 mExtraCode = CODE_UNSPECIFIED;
447 mExtraCode = in.readInt();
454 mExtraCode = extraCode;
460 mExtraCode = extraCode;
475 return mExtraCode;
491 return "ImsReasonInfo :: {" + mCode + ", " + mExtraCode + ", " + mExtraMessage + "}";
502 out.writeInt(mExtraCode);
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 55 milliseconds