Home
last modified time | relevance | path

Searched refs:WifiAwareDataPathStateManager (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java101 import com.android.server.wifi.aware.WifiAwareDataPathStateManager.WifiAwareNetworkAgent;
154 @Mock private WifiAwareDataPathStateManager.NetworkInterfaceWrapper mMockNetworkInterface;
1302 WifiAwareDataPathStateManager.ADDRESS_VALIDATION_TIMEOUT_MS in testDataPathInitiatorAddressValidationRetrySuccess()
1303 / WifiAwareDataPathStateManager.ADDRESS_VALIDATION_RETRY_INTERVAL_MS - 1); in testDataPathInitiatorAddressValidationRetrySuccess()
1317 WifiAwareDataPathStateManager.ADDRESS_VALIDATION_TIMEOUT_MS in testDataPathInitiatorAddressValidationRetryFail()
1318 / WifiAwareDataPathStateManager.ADDRESS_VALIDATION_RETRY_INTERVAL_MS + 10); in testDataPathInitiatorAddressValidationRetryFail()
1467 byte[] tlvData = WifiAwareDataPathStateManager.NetworkInformationData.buildTlv(port, in testTlvGenerationTestVectorPortTransportProtocol()
1489 WifiAwareDataPathStateManager.NetworkInformationData.ParsedResults parsed = in testTlvParsingTestVectorPortTransportProtocol()
1490 WifiAwareDataPathStateManager.NetworkInformationData.parseTlv(testVector); in testTlvParsingTestVectorPortTransportProtocol()
1808 * WifiAwareDataPathStateManager.ADDRESS_VALIDATION_RETRY_INTERVAL_MS; in testDataPathInitiatorUtilityMore()
[all …]
DWifiAwareMetricsTest.java638 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager.AwareNetworkRequestInformation> in testDataPathMetrics()
925 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager in addNetworkInfoToCache()
930 WifiAwareDataPathStateManager.AwareNetworkRequestInformation anri = in addNetworkInfoToCache()
931 new WifiAwareDataPathStateManager.AwareNetworkRequestInformation(); in addNetworkInfoToCache()
933 anri.state = WifiAwareDataPathStateManager.AwareNetworkRequestInformation.STATE_CONFIRMED; in addNetworkInfoToCache()
DWifiAwareStateManagerTest.java182 @Mock private WifiAwareDataPathStateManager mMockAwareDataPathStatemanager;
5661 WifiAwareDataPathStateManager mockDpMgr) in installMocksInStateManager()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java441 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager in recordNdpCreation()
452 for (WifiAwareDataPathStateManager.AwareNetworkRequestInformation anri : in recordNdpCreation()
455 != WifiAwareDataPathStateManager.AwareNetworkRequestInformation in recordNdpCreation()
DWifiAwareDataPathStateManager.java91 public class WifiAwareDataPathStateManager { class
129 public WifiAwareDataPathStateManager(WifiAwareStateManager mgr, Clock clock) { in WifiAwareDataPathStateManager() method in WifiAwareDataPathStateManager
DWifiAwareStateManager.java374 public WifiAwareDataPathStateManager mDataPathMgr;
690 mDataPathMgr = new WifiAwareDataPathStateManager(this, clock); in start()
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp695 "com.android.server.wifi.aware.WifiAwareDataPathStateManager",
696 "com.android.server.wifi.aware.WifiAwareDataPathStateManager$*",
697 "com.android.server.wifi.aware.WifiAwareDataPathStateManager.**",