Home
last modified time | relevance | path

Searched refs:mOobType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbConfig.java149 public final int mOobType; field in UwbConfig
216 mOobType = oobType; in UwbConfig()
223 private final RequiredParam<Integer> mOobType = new RequiredParam<>(); field in UwbConfig.Builder
473 mOobType.set(uwbRole); in setOobType()
516 mOobType.get(), in build()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java195 assertEquals(uwbConfig.mOobType, oobType); in testUwbconfig()
208 assertEquals(uwbConfig.mOobType, OOB_TYPE_BLE); in testPacsControleeProfile()
221 assertEquals(uwbConfig.mOobType, OOB_TYPE_BLE); in testPacsControllerProfile()