Home
last modified time | relevance | path

Searched refs:publishConfig (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/net/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java519 PublishConfig publishConfig = new PublishConfig.Builder().setServiceName( in testPublishDiscoverySuccess() local
524 session.publish(publishConfig, discoveryCb, mHandler); in testPublishDiscoverySuccess()
531 publishConfig = new PublishConfig.Builder().setServiceName( in testPublishDiscoverySuccess()
533 discoverySession.updatePublish(publishConfig); in testPublishDiscoverySuccess()
543 discoverySession.updatePublish(publishConfig); in testPublishDiscoverySuccess()
564 PublishConfig publishConfig = new PublishConfig.Builder().setServiceName( in testPublishLimitedTtlSuccess() local
569 session.publish(publishConfig, discoveryCb, mHandler); in testPublishLimitedTtlSuccess()
581 publishConfig = new PublishConfig.Builder().setServiceName( in testPublishLimitedTtlSuccess()
583 discoverySession.updatePublish(publishConfig); in testPublishLimitedTtlSuccess()
685 PublishConfig publishConfig = new PublishConfig.Builder().setServiceName( in testSendMessageFail() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDiscoveryBaseTestCase.java288 PublishConfig publishConfig = new PublishConfig.Builder().setServiceName( in executePublish() local
294 if (DBG) Log.d(TAG, "executeTestPublisher: publishConfig=" + publishConfig); in executePublish()
295 mWifiAwareSession.publish(publishConfig, mDiscoveryCb, mHandler); in executePublish()
DDataPathOutOfBandTestCase.java192 PublishConfig publishConfig = new PublishConfig.Builder().setServiceName( in executeTestResponder() local
194 if (DBG) Log.d(TAG, "executeTestResponder: publishConfig=" + publishConfig); in executeTestResponder()
195 mWifiAwareSession.publish(publishConfig, discoveryCb, mHandler); in executeTestResponder()