Home
last modified time | relevance | path

Searched refs:HOPPING_CONFIG_MODE_NONE (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/tests/src/com/android/server/uwb/indev/
DUwbServiceTest.java19 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_NONE;
65 .setHoppingConfigMode(HOPPING_CONFIG_MODE_NONE)
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccParams.java112 HOPPING_CONFIG_MODE_NONE,
118 public static final int HOPPING_CONFIG_MODE_NONE = 0; field in CccParams
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroParams.java116 HOPPING_CONFIG_MODE_NONE,
122 public static final int HOPPING_CONFIG_MODE_NONE = 0; field in AliroParams
/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbCccConstants.java21 public static final int HOPPING_CONFIG_MODE_NONE = 0X00; field in UwbCccConstants
DUwbAliroConstants.java21 public static final int HOPPING_CONFIG_MODE_NONE = 0X00; field in UwbAliroConstants
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/params/
DAliroEncoderTest.java21 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_NONE;
72 .setHoppingConfigMode(HOPPING_CONFIG_MODE_NONE)
DCccEncoderTest.java21 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_NONE;
72 .setHoppingConfigMode(HOPPING_CONFIG_MODE_NONE)
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DAliroDecoder.java55 import static com.google.uwb.support.aliro.AliroParams.HOPPING_CONFIG_MODE_NONE;
214 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_NONE); in getAliroSpecificationParamsFromTlvBuffer()
DCccDecoder.java55 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_NONE;
220 builder.addHoppingConfigMode(HOPPING_CONFIG_MODE_NONE); in getCccSpecificationParamsFromTlvBuffer()
DAliroEncoder.java61 int hoppingMode = AliroParams.HOPPING_CONFIG_MODE_NONE; in getTlvBufferFromAliroOpenRangingParams()
DCccEncoder.java61 int hoppingMode = CccParams.HOPPING_CONFIG_MODE_NONE; in getTlvBufferFromCccOpenRangingParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java231 (int) UwbVendorCapabilityTlvValues.HOPPING_CONFIG_MODE_NONE;
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java27 import static com.google.uwb.support.ccc.CccParams.HOPPING_CONFIG_MODE_NONE;
193 .setHoppingConfigMode(AliroParams.HOPPING_CONFIG_MODE_NONE)
211 .setHoppingConfigMode(HOPPING_CONFIG_MODE_NONE)
DUwbSessionManagerTest.java251 .setHoppingConfigMode(AliroParams.HOPPING_CONFIG_MODE_NONE)
269 .setHoppingConfigMode(CccParams.HOPPING_CONFIG_MODE_NONE)