Searched refs:recordAttachSessionDuration (Results 1 – 4 of 4) sorted by relevance
269 mDut.recordAttachSessionDuration(clients.get(12).getCreationTime()); in testAttachSessionMetrics()274 mDut.recordAttachSessionDuration(clients.get(13).getCreationTime()); in testAttachSessionMetrics()
495 inOrderM.verify(mAwareMetricsMock).recordAttachSessionDuration(anyLong()); in testDisableUsageFlow()1065 inOrderM.verify(mAwareMetricsMock).recordAttachSessionDuration(anyLong()); in testDisconnectWhilePublishPending()3773 inOrderM.verify(mAwareMetricsMock).recordAttachSessionDuration(anyLong()); in testConnectDisconnectConnectSequence()3841 inOrderM.verify(mAwareMetricsMock).recordAttachSessionDuration(anyLong()); in testDisableUsageEnableUsageConnectSequence()
248 public void recordAttachSessionDuration(long creationTime) { in recordAttachSessionDuration() method in WifiAwareMetrics
2457 mAwareMetrics.recordAttachSessionDuration(client.getCreationTime()); in disconnectLocal()3320 mAwareMetrics.recordAttachSessionDuration(mClients.valueAt(i).getCreationTime()); in onAwareDownLocal()