Searched refs:mWifiAwareSession (Results 1 – 3 of 3) sorted by relevance
96 private WifiAwareSession mWifiAwareSession; field in DataPathOutOfBandTestCase132 mWifiAwareSession = results.second; in executeTest()133 if (mWifiAwareSession == null) { in executeTest()180 if (mWifiAwareSession != null) { in tearDown()181 mWifiAwareSession.close(); in tearDown()182 mWifiAwareSession = null; in tearDown()195 mWifiAwareSession.publish(publishConfig, discoveryCb, mHandler); in executeTestResponder()281 mIsSecurityOpen ? mWifiAwareSession.createNetworkSpecifierOpen( in executeTestResponder()283 : mWifiAwareSession.createNetworkSpecifierPassphrase( in executeTestResponder()319 mWifiAwareSession.subscribe(subscribeConfig, discoveryCb, mHandler); in executeTestInitiator()[all …]
74 protected WifiAwareSession mWifiAwareSession; field in DiscoveryBaseTestCase110 mWifiAwareSession = results.second; in executeAttach()111 if (mWifiAwareSession == null) { in executeAttach()163 mWifiAwareSession.subscribe(subscribeConfig, mDiscoveryCb, mHandler); in executeSubscribe()295 mWifiAwareSession.publish(publishConfig, mDiscoveryCb, mHandler); in executePublish()376 if (mWifiAwareSession != null) { in tearDown()377 mWifiAwareSession.close(); in tearDown()378 mWifiAwareSession = null; in tearDown()
58 private WifiAwareSession mWifiAwareSession = null; field in CallbackUtils.AttachCb63 mWifiAwareSession = session; in onAttached()81 return new Pair<>(mCallback, mWifiAwareSession); in waitForAttach()