Searched refs:WifiAwareDataPathStateManager (Results 1 – 7 of 7) sorted by relevance
85 import com.android.server.wifi.aware.WifiAwareDataPathStateManager.WifiAwareNetworkAgent;130 @Mock private WifiAwareDataPathStateManager.NetworkInterfaceWrapper mMockNetworkInterface;1108 WifiAwareDataPathStateManager.ADDRESS_VALIDATION_TIMEOUT_MS in testDataPathInitiatorAddressValidationRetrySuccess()1109 / WifiAwareDataPathStateManager.ADDRESS_VALIDATION_RETRY_INTERVAL_MS - 1); in testDataPathInitiatorAddressValidationRetrySuccess()1123 WifiAwareDataPathStateManager.ADDRESS_VALIDATION_TIMEOUT_MS in testDataPathInitiatorAddressValidationRetryFail()1124 / WifiAwareDataPathStateManager.ADDRESS_VALIDATION_RETRY_INTERVAL_MS + 10); in testDataPathInitiatorAddressValidationRetryFail()1273 byte[] tlvData = WifiAwareDataPathStateManager.NetworkInformationData.buildTlv(port, in testTlvGenerationTestVectorPortTransportProtocol()1295 WifiAwareDataPathStateManager.NetworkInformationData.ParsedResults parsed = in testTlvParsingTestVectorPortTransportProtocol()1296 WifiAwareDataPathStateManager.NetworkInformationData.parseTlv(testVector); in testTlvParsingTestVectorPortTransportProtocol()1606 * WifiAwareDataPathStateManager.ADDRESS_VALIDATION_RETRY_INTERVAL_MS; in testDataPathInitiatorUtilityMore()[all …]
477 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager.AwareNetworkRequestInformation> in testDataPathMetrics()700 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager in addNetworkInfoToCache()705 WifiAwareDataPathStateManager.AwareNetworkRequestInformation anri = in addNetworkInfoToCache()706 new WifiAwareDataPathStateManager.AwareNetworkRequestInformation(); in addNetworkInfoToCache()708 anri.state = WifiAwareDataPathStateManager.AwareNetworkRequestInformation.STATE_CONFIRMED; in addNetworkInfoToCache()
132 @Mock private WifiAwareDataPathStateManager mMockAwareDataPathStatemanager;3955 WifiAwareDataPathStateManager mockDpMgr) in installMocksInStateManager()
400 Map<WifiAwareNetworkSpecifier, WifiAwareDataPathStateManager in recordNdpCreation()411 for (WifiAwareDataPathStateManager.AwareNetworkRequestInformation anri : in recordNdpCreation()414 != WifiAwareDataPathStateManager.AwareNetworkRequestInformation in recordNdpCreation()
90 public class WifiAwareDataPathStateManager { class127 public WifiAwareDataPathStateManager(WifiAwareStateManager mgr, Clock clock) { in WifiAwareDataPathStateManager() method in WifiAwareDataPathStateManager
228 public WifiAwareDataPathStateManager mDataPathMgr;433 mDataPathMgr = new WifiAwareDataPathStateManager(this, clock); in start()
528 "com.android.server.wifi.aware.WifiAwareDataPathStateManager",529 "com.android.server.wifi.aware.WifiAwareDataPathStateManager$*",530 "com.android.server.wifi.aware.WifiAwareDataPathStateManager.**",