Searched defs:noOfPhases (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/ |
D | NativeUwbManager.java | 623 byte messageControl, int noOfPhases, byte[] updateTime, byte[] phaseList, in nativeSetHybridSessionControllerConfigurations() 627 int noOfPhases, byte[] phaseList, String chipId); in nativeSetHybridSessionControleeConfigurations()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbSessionManagerTest.java | 4892 int noOfPhases = 2; in testsetHybridSessionControllerConfiguration_shortMacAddress() local 4925 uwbSession.getSessionId(), messageControl, noOfPhases, in testsetHybridSessionControllerConfiguration_shortMacAddress() local 4952 int noOfPhases = 2; in testsetHybridSessionControllerConfiguration_extendedMacAddress() local 5005 uwbSession.getSessionId(), messageControl, noOfPhases, in testsetHybridSessionControllerConfiguration_extendedMacAddress() local 5145 int noOfPhases = 2; in testsetHybridSessionControleeConfiguration() local 5166 uwbSession.getSessionId(), noOfPhases, expectedHybridConfigBytes.array(), in testsetHybridSessionControleeConfiguration() local
|