Searched refs:detectedAttackLevel (Results 1 – 7 of 7) sorted by relevance
146 @Nadm int detectedAttackLevel, in DistanceMeasurementResult() argument157 mDetectedAttackLevel = detectedAttackLevel; in DistanceMeasurementResult()563 public Builder setDetectedAttackLevel(@Nadm int detectedAttackLevel) { in setDetectedAttackLevel() argument564 switch (detectedAttackLevel) { in setDetectedAttackLevel()573 mDetectedAttackLevel = detectedAttackLevel; in setDetectedAttackLevel()576 throw new IllegalArgumentException("Invalid value " + detectedAttackLevel); in setDetectedAttackLevel()
114 int detectedAttackLevel, in onDistanceMeasurementResult() argument130 detectedAttackLevel, in onDistanceMeasurementResult()
546 int detectedAttackLevel, in onDistanceMeasurementResult() argument583 builder.setDetectedAttackLevel(detectedAttackLevel); in onDistanceMeasurementResult()
58 byte detectedAttackLevel = 0x01; in build_buildsDataWithAllFieldsSet()69 .setDetectedAttackLevel(detectedAttackLevel) in build_buildsDataWithAllFieldsSet()80 assertEquals(detectedAttackLevel, rangingData.getDetectedAttackLevel()); in build_buildsDataWithAllFieldsSet()
378 /* @android.bluetooth.le.Nadm */ byte detectedAttackLevel) { in setDetectedAttackLevel() argument379 mDetectedAttackLevel = detectedAttackLevel; in setDetectedAttackLevel()
38 uint8_t detectedAttackLevel,
110 .detected_attack_level_ = static_cast<uint8_t>(in_result.detectedAttackLevel), in onResult()