Searched refs:HAS_REFLECTING_PLANE_MASK (Results 1 – 1 of 1) sorted by relevance
67 public static final int HAS_REFLECTING_PLANE_MASK = 1 << 3; field in GnssSingleSatCorrection234 return (mSingleSatCorrectionFlags & HAS_REFLECTING_PLANE_MASK) != 0; in hasReflectingPlane()249 (mSingleSatCorrectionFlags & HAS_REFLECTING_PLANE_MASK) != 0;386 (byte) (mSingleSatCorrectionFlags | HAS_REFLECTING_PLANE_MASK); in setReflectingPlane()389 (byte) (mSingleSatCorrectionFlags & ~HAS_REFLECTING_PLANE_MASK); in setReflectingPlane()