Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DTlvDecoder.java26 import com.google.uwb.support.generic.GenericParams;
43 if (protocolName.equals(GenericParams.PROTOCOL_NAME)) { in getDecoder()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/generic/
DGenericParams.java27 public abstract class GenericParams extends Params { class
DGenericSpecificationParams.java41 public class GenericSpecificationParams extends GenericParams {
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceCoreTest.java116 import com.google.uwb.support.generic.GenericParams;
339 .getCapsInfo(eq(GenericParams.PROTOCOL_NAME), any(), anyString(), any())) in verifyGetSpecificationInfoSuccess()
347 .getCapsInfo(eq(GenericParams.PROTOCOL_NAME), any(), in verifyGetSpecificationInfoSuccess()
361 .getCapsInfo(eq(GenericParams.PROTOCOL_NAME), any(), anyString(), any())) in verifyGetCachedSpecificationInfoSuccess()
369 .getCapsInfo(eq(GenericParams.PROTOCOL_NAME), any(), in verifyGetCachedSpecificationInfoSuccess()
1073 .getCapsInfo(eq(GenericParams.PROTOCOL_NAME), any(), anyString(), any())) in testOpenFiraRanging()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java78 import com.google.uwb.support.generic.GenericParams;
593 GenericParams.PROTOCOL_NAME, GenericSpecificationParams.class, chipId, in getSpecificationInfo()