Searched refs:GenericParams (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Uwb/service/java/com/android/server/uwb/params/ |
D | TlvDecoder.java | 26 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/ |
D | GenericParams.java | 27 public abstract class GenericParams extends Params { class
|
D | GenericSpecificationParams.java | 41 public class GenericSpecificationParams extends GenericParams {
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbServiceCoreTest.java | 116 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/ |
D | UwbServiceCore.java | 78 import com.google.uwb.support.generic.GenericParams; 593 GenericParams.PROTOCOL_NAME, GenericSpecificationParams.class, chipId, in getSpecificationInfo()
|