Home
last modified time | relevance | path

Searched refs:mDetectedAttackLevel (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementResult.java141 private final int mDetectedAttackLevel; field in DistanceMeasurementResult
163 mDetectedAttackLevel = detectedAttackLevel; in DistanceMeasurementResult()
298 return mDetectedAttackLevel; in getDetectedAttackLevel()
340 out.writeInt(mDetectedAttackLevel); in writeToParcel()
367 + mDetectedAttackLevel in toString()
411 private int mDetectedAttackLevel = NADM_UNKNOWN; field in DistanceMeasurementResult.Builder
567 mDetectedAttackLevel = detectedAttackLevel; in setDetectedAttackLevel()
608 mDetectedAttackLevel, in build()