Home
last modified time | relevance | path

Searched defs:RANGING_DEVICE_ROLE_RESPONDER (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java245 assertEquals(controleeParams.getDeviceRole(), RANGING_DEVICE_ROLE_RESPONDER); in testGetOpenSessionParams() local
268 assertEquals(controllerParams.getDeviceRole(), RANGING_DEVICE_ROLE_RESPONDER); in testGetOpenSessionParams() local
294 assertEquals(controleeParams.getDeviceRole(), RANGING_DEVICE_ROLE_RESPONDER); in testGetOpenSessionParamsForDynamicStsIndKey() local
328 assertEquals(controleeParams.getDeviceRole(), RANGING_DEVICE_ROLE_RESPONDER); in testPacsControllerProfileForProvSTSIndKey() local
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbUciConstants.java165 public static final int RANGING_DEVICE_ROLE_RESPONDER = field in UwbUciConstants
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraParams.java163 public static final int RANGING_DEVICE_ROLE_RESPONDER = 0; field in FiraParams