Searched refs:recordNdpSessionDuration (Results 1 – 4 of 4) sorted by relevance
526 mDut.recordNdpSessionDuration(7); // 143ms in testDataPathMetrics()527 mDut.recordNdpSessionDuration(10); // 140ms in testDataPathMetrics()528 mDut.recordNdpSessionDuration(25); // 125ms in testDataPathMetrics()529 mDut.recordNdpSessionDuration(140); // 10ms in testDataPathMetrics()
567 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testMultipleNdpsOnSingleNdi()713 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testMultipleIdenticalRequests()1668 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathInitiatorUtilityMore()1780 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathResponderUtility()2267 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathAcceptsAnyResponderWithMultipleInitiator()2283 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
493 public void recordNdpSessionDuration(long creationTime) { in recordNdpSessionDuration() method in WifiAwareMetrics
784 mAwareMetrics.recordNdpSessionDuration(ndpInfo.startTimestamp); in onDataPathEnd()