Home
last modified time | relevance | path

Searched refs:networkRequestCache (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java639 networkRequestCache = new HashMap<>(); in testDataPathMetrics() local
647 addNetworkInfoToCache(networkRequestCache, 10, uid1, package1, ndi0, null); in testDataPathMetrics()
649 mDut.recordNdpCreation(uid1, package1, networkRequestCache); in testDataPathMetrics()
657 WifiAwareNetworkSpecifier ns = addNetworkInfoToCache(networkRequestCache, 11, uid2, in testDataPathMetrics()
659 mDut.recordNdpCreation(uid2, package2, networkRequestCache); in testDataPathMetrics()
667 addNetworkInfoToCache(networkRequestCache, 12, uid2, package2, ndi1, in testDataPathMetrics()
669 mDut.recordNdpCreation(uid2, package2, networkRequestCache); in testDataPathMetrics()
677 addNetworkInfoToCache(networkRequestCache, 13, uid2, package2, ndi0, in testDataPathMetrics()
679 mDut.recordNdpCreation(uid2, package2, networkRequestCache); in testDataPathMetrics()
684 networkRequestCache.remove(ns); in testDataPathMetrics()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java442 .AwareNetworkRequestInformation> networkRequestCache) { in recordNdpCreation() argument
453 networkRequestCache.values()) { in recordNdpCreation()