Home
last modified time | relevance | path

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

/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DUtils.java45 CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA,
74 public static final int CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA = 6; field in Utils
298 CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA, in setRangingTimingParams() argument
DConfigurationManager.java25 …port static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA;
259 CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA, in sConfigs.put() argument
263 return CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA; in sConfigs.put()
DUwbServiceImpl.java29 …port static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA;
221 supportedConfigIds.add(CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA); in getRangingCapabilities()
/packages/modules/Connectivity/remoteauth/tests/unit/src/com/android/server/remoteauth/ranging/
DRangingManagerTest.java26 …port static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA;
169 supportedConfigIds.add(CONFIG_PROVISIONED_UNICAST_DS_TWR_NO_AOA); in testGetRangingCapabilities_withUwbEnabled()