Searched refs:recordAttachSession (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 243 mDut.recordAttachSession(uid1, false, clients); in testAttachSessionMetrics() 249 mDut.recordAttachSession(uid1, false, clients); in testAttachSessionMetrics() 255 mDut.recordAttachSession(uid2, false, clients); in testAttachSessionMetrics() 261 mDut.recordAttachSession(uid2, true, clients); in testAttachSessionMetrics() 277 mDut.recordAttachSession(uid2, false, clients); in testAttachSessionMetrics()
|
D | WifiAwareStateManagerTest.java | 467 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), in testDisableUsageFlow() 511 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), in testDisableUsageFlow() 681 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testHalNoResponseTimeout() 745 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testPublishFail() 816 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testPublishSuccessTerminated() 898 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testPublishUpdateFail() 1008 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testDisconnectWhilePublishPending() 1074 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testSubscribeFail() 1146 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testSubscribeSuccessTerminated() 1228 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any()); in testSubscribeUpdateFail() [all …]
|
D | WifiAwareDataPathStateManagerTest.java | 1817 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(Process.myUid()), eq(false), in initOobDataPathEndPoint()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 209 public void recordAttachSession(int uid, boolean usesIdentityCallback, in recordAttachSession() method in WifiAwareMetrics
|
D | WifiAwareStateManager.java | 2204 mAwareMetrics.recordAttachSession(uid, notifyIdentityChange, mClients); in connectLocal() 2562 mAwareMetrics.recordAttachSession(uid, notifyIdentityChange, mClients); in onConfigCompletedLocal()
|