Home
last modified time | relevance | path

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

/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManagerTest.java21 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_UNICAST_DS_TWR;
79 CONFIG_UNICAST_DS_TWR, in setUp()
137 CONFIG_UNICAST_DS_TWR, in testCreateReconfigureParams()
150 assertTrue(ConfigurationManager.isUnicast(CONFIG_UNICAST_DS_TWR)); in testIsUnicast()
DRangingControleeTest.java24 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_UNICAST_DS_TWR;
113 CONFIG_UNICAST_DS_TWR,
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DUtils.java40 CONFIG_UNICAST_DS_TWR,
60 public static final int CONFIG_UNICAST_DS_TWR = 1; field in Utils
243 CONFIG_UNICAST_DS_TWR, in setRangingTimingParams() argument
DRangingCapabilities.java22 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_UNICAST_DS_TWR;
43 CONFIG_UNICAST_DS_TWR,
DConfigurationManager.java26 import static androidx.core.uwb.backend.impl.internal.Utils.CONFIG_UNICAST_DS_TWR;
79 CONFIG_UNICAST_DS_TWR, in sConfigs.put() argument
84 return CONFIG_UNICAST_DS_TWR; in sConfigs.put()