Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccOpenRangingParams.java23 import static com.google.uwb.support.ccc.CccParams.RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT;
235 RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT)) in parseBundleVersion1()
387 private double mRangeDataNtfAoaAzimuthLower = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT;
554 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataNtfAoaAzimuthLower()
562 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataNtfAoaAzimuthUpper()
592 == RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT); in checkRangeDataNtfConfig()
605 == RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT); in checkRangeDataNtfConfig()
619 != RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT in checkRangeDataNtfConfig()
633 != RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT in checkRangeDataNtfConfig()
DCccRangingReconfiguredParams.java206 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataAoaAzimuthLower()
214 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataAoaAzimuthUpper()
DCccParams.java235 public static final double RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT = -Math.PI; field in CccParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroOpenRangingParams.java23 import static com.google.uwb.support.aliro.AliroParams.RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT;
235 RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT)) in parseBundleVersion1()
387 private double mRangeDataNtfAoaAzimuthLower = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT;
554 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataNtfAoaAzimuthLower()
562 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataNtfAoaAzimuthUpper()
592 == RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT); in checkRangeDataNtfConfig()
605 == RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT); in checkRangeDataNtfConfig()
619 != RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT in checkRangeDataNtfConfig()
633 != RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT in checkRangeDataNtfConfig()
DAliroParams.java239 public static final double RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT = -Math.PI; field in AliroParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java1064 RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT)) in parseBundleVersion1()
1297 private double mRangeDataNtfAoaAzimuthLower = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT;
1895 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataNtfAoaAzimuthLower()
1903 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataNtfAoaAzimuthUpper()
2145 == RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT); in checkRangeDataNtfConfig()
2158 == RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT); in checkRangeDataNtfConfig()
2172 != RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT in checkRangeDataNtfConfig()
2186 != RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT in checkRangeDataNtfConfig()
DFiraRangingReconfigureParams.java410 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataAoaAzimuthLower()
418 @FloatRange(from = RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT, in setRangeDataAoaAzimuthUpper()
DFiraParams.java776 public static final double RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT = -Math.PI; field in FiraParams
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DCccEncoder.java188 : FiraParams.RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT; in getTlvBufferFromCccRangingReconfiguredParams()
DFiraEncoder.java350 : FiraParams.RANGE_DATA_NTF_AOA_AZIMUTH_LOWER_DEFAULT; in getTlvBufferFromFiraRangingReconfigureParams()