Home
last modified time | relevance | path

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

/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DUtils.java43 CONFIG_PROVISIONED_UNICAST_DS_TWR,
68 public static final int CONFIG_PROVISIONED_UNICAST_DS_TWR = 4; field in Utils
276 CONFIG_PROVISIONED_UNICAST_DS_TWR, in setRangingTimingParams() argument
DConfigurationManager.java24 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR;
187 CONFIG_PROVISIONED_UNICAST_DS_TWR, in sConfigs.put() argument
192 return CONFIG_PROVISIONED_UNICAST_DS_TWR; in sConfigs.put()
DUwbServiceImpl.java28 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR;
219 supportedConfigIds.add(CONFIG_PROVISIONED_UNICAST_DS_TWR); in getRangingCapabilities()
/packages/modules/Connectivity/remoteauth/tests/unit/src/com/android/server/remoteauth/ranging/
DRangingParametersTest.java19 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR;
46 CONFIG_PROVISIONED_UNICAST_DS_TWR,
DRangingManagerTest.java25 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR;
167 supportedConfigIds.add(CONFIG_PROVISIONED_UNICAST_DS_TWR); in testGetRangingCapabilities_withUwbEnabled()
DUwbRangingSessionTest.java20 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR;
130 CONFIG_PROVISIONED_UNICAST_DS_TWR,
/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManagerTest.java20 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_PROVISIONED_UNICAST_DS_TWR;
110 CONFIG_PROVISIONED_UNICAST_DS_TWR, in testCreateOpenSessionParams_ProvisionedSts()