Class RemoteCalibration

    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<RemoteCalibration> CREATOR
    • Method Detail

      • isUsed

        public boolean isUsed()
        Return true if the calibration is used in the positioning model
      • isWaiting

        public boolean isWaiting()
        Return true if the calibration is in any of the waiting states
      • isInvalid

        public boolean isInvalid()
        Return true if the calibration is invalid
      • getName

        public String getName()
      • getUri

        public String getUri()
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable