Searched refs:mDetectedAttackLevel (Results 1 – 2 of 2) sorted by relevance
47 private final /* @android.bluetooth.le.Nadm */ byte mDetectedAttackLevel; field in RangingData67 mDetectedAttackLevel = builder.mDetectedAttackLevel; in RangingData()83 mDetectedAttackLevel = in.readByte(); in RangingData()190 return Byte.compareUnsigned(mDetectedAttackLevel, (byte) 0xff) != 0; in hasDetectedAttackLevel()201 return mDetectedAttackLevel; in getDetectedAttackLevel()249 dest.writeByte(mDetectedAttackLevel); in writeToParcel()266 private /* @android.bluetooth.le.Nadm */ byte mDetectedAttackLevel = (byte) 0xff; field in RangingData.Builder379 mDetectedAttackLevel = detectedAttackLevel; in setDetectedAttackLevel()
133 private final int mDetectedAttackLevel; field in DistanceMeasurementResult157 mDetectedAttackLevel = detectedAttackLevel; in DistanceMeasurementResult()290 return mDetectedAttackLevel; in getDetectedAttackLevel()344 out.writeInt(mDetectedAttackLevel); in writeToParcel()372 + mDetectedAttackLevel in toString()419 private int mDetectedAttackLevel = NADM_UNKNOWN; field in DistanceMeasurementResult.Builder573 mDetectedAttackLevel = detectedAttackLevel; in setDetectedAttackLevel()627 mDetectedAttackLevel, in build()