Searched refs:networkRequestCache (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 478 networkRequestCache = new HashMap<>(); in testDataPathMetrics() local 484 addNetworkInfoToCache(networkRequestCache, 10, uid1, package1, ndi0, null); in testDataPathMetrics() 485 mDut.recordNdpCreation(uid1, package1, networkRequestCache); in testDataPathMetrics() 490 WifiAwareNetworkSpecifier ns = addNetworkInfoToCache(networkRequestCache, 11, uid2, in testDataPathMetrics() 492 mDut.recordNdpCreation(uid2, package2, networkRequestCache); in testDataPathMetrics() 497 addNetworkInfoToCache(networkRequestCache, 12, uid2, package2, ndi1, in testDataPathMetrics() 499 mDut.recordNdpCreation(uid2, package2, networkRequestCache); in testDataPathMetrics() 504 addNetworkInfoToCache(networkRequestCache, 13, uid2, package2, ndi0, in testDataPathMetrics() 506 mDut.recordNdpCreation(uid2, package2, networkRequestCache); in testDataPathMetrics() 511 networkRequestCache.remove(ns); in testDataPathMetrics() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 401 .AwareNetworkRequestInformation> networkRequestCache) { in recordNdpCreation() argument 412 networkRequestCache.values()) { in recordNdpCreation()
|