Searched refs:recordNdpSessionDuration (Results 1 – 4 of 4) sorted by relevance
703 mDut.recordNdpSessionDuration(7); // 143ms in testDataPathMetrics()704 mDut.recordNdpSessionDuration(10); // 140ms in testDataPathMetrics()705 mDut.recordNdpSessionDuration(25); // 125ms in testDataPathMetrics()706 mDut.recordNdpSessionDuration(140); // 10ms in testDataPathMetrics()
635 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testMultipleNdpsOnSingleNdi()792 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testMultipleIdenticalRequests()1883 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathInitiatorUtilityMore()2012 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathResponderUtility()2505 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathAcceptsAnyResponderWithMultipleInitiator()2521 inOrderM.verify(mAwareMetricsMock).recordNdpSessionDuration(anyLong()); in testDataPathAcceptsAnyResponderWithMultipleInitiator()
556 public void recordNdpSessionDuration(long creationTime) { in recordNdpSessionDuration() method in WifiAwareMetrics
810 mAwareMetrics.recordNdpSessionDuration(ndpInfo.startTimestamp); in onDataPathEnd()