Searched refs:recordAttachSession (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 270 mDut.recordAttachSession(uid1, false, clients, 6, tag1); in testAttachSessionMetrics() 277 mDut.recordAttachSession(uid1, false, clients, 6, tag1); in testAttachSessionMetrics() 284 mDut.recordAttachSession(uid2, false, clients, 6, tag2); in testAttachSessionMetrics() 291 mDut.recordAttachSession(uid2, true, clients, 6, tag2); in testAttachSessionMetrics() 308 mDut.recordAttachSession(uid2, false, clients, 6, tag2); in testAttachSessionMetrics()
|
D | WifiAwareStateManagerTest.java | 640 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), in testDisableUsageFlow() 691 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), in testDisableUsageFlow() 872 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testHalNoResponseTimeout() 940 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testPublishFail() 1016 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testPublishSuccessTerminated() 1104 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testPublishSuccessInstantCommunicationMode() 1193 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testSubscribeSuccessInstantCommunicationMode() 1281 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testPublishUpdateFail() 1410 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testDisconnectWhilePublishPending() 1488 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(uid), eq(false), any(), in testSubscribeFail() [all …]
|
D | WifiAwareDataPathStateManagerTest.java | 2258 inOrderM.verify(mAwareMetricsMock).recordAttachSession(eq(Process.myUid()), eq(false), in initOobDataPathEndPoint()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 223 public void recordAttachSession(int uid, boolean usesIdentityCallback, in recordAttachSession() method in WifiAwareMetrics
|
D | WifiAwareStateManager.java | 3848 mAwareMetrics.recordAttachSession(uid, notifyIdentityChange, mClients, callerType, in connectLocal() 4433 mAwareMetrics.recordAttachSession(uid, notifyIdentityChange, mClients, callerType, in onConfigCompletedLocal()
|