Searched refs:WifiAwareDataPathStateManager (Results 1 – 7 of 7) sorted by relevance
101 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 …]
638 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()
182 @Mock private WifiAwareDataPathStateManager mMockAwareDataPathStatemanager;5661 WifiAwareDataPathStateManager mockDpMgr) in installMocksInStateManager()
441 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager in recordNdpCreation()452 for (WifiAwareDataPathStateManager.AwareNetworkRequestInformation anri : in recordNdpCreation()455 != WifiAwareDataPathStateManager.AwareNetworkRequestInformation in recordNdpCreation()
91 public class WifiAwareDataPathStateManager { class129 public WifiAwareDataPathStateManager(WifiAwareStateManager mgr, Clock clock) { in WifiAwareDataPathStateManager() method in WifiAwareDataPathStateManager
374 public WifiAwareDataPathStateManager mDataPathMgr;690 mDataPathMgr = new WifiAwareDataPathStateManager(this, clock); in start()
695 "com.android.server.wifi.aware.WifiAwareDataPathStateManager",696 "com.android.server.wifi.aware.WifiAwareDataPathStateManager$*",697 "com.android.server.wifi.aware.WifiAwareDataPathStateManager.**",