Searched refs:networkRequestCache (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 448 networkRequestCache = new HashMap<>(); in testDataPathMetrics() local 454 addNetworkInfoToCache(networkRequestCache, 10, uid1, ndi0, null); in testDataPathMetrics() 455 mDut.recordNdpCreation(uid1, networkRequestCache); in testDataPathMetrics() 460 WifiAwareNetworkSpecifier ns = addNetworkInfoToCache(networkRequestCache, 11, uid2, ndi0, in testDataPathMetrics() 462 mDut.recordNdpCreation(uid2, networkRequestCache); in testDataPathMetrics() 467 addNetworkInfoToCache(networkRequestCache, 12, uid2, ndi1, "passphrase of some kind"); in testDataPathMetrics() 468 mDut.recordNdpCreation(uid2, networkRequestCache); in testDataPathMetrics() 473 addNetworkInfoToCache(networkRequestCache, 13, uid2, ndi0, "super secret password"); in testDataPathMetrics() 474 mDut.recordNdpCreation(uid2, networkRequestCache); in testDataPathMetrics() 479 networkRequestCache.remove(ns); in testDataPathMetrics() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 397 .AwareNetworkRequestInformation> networkRequestCache) { in recordNdpCreation() argument 408 networkRequestCache.values()) { in recordNdpCreation()
|