Home
last modified time | relevance | path

Searched refs:setSuspendable (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DSubscribeConfig.java695 public Builder setSuspendable(boolean isSuspendable) { in setSuspendable() method in SubscribeConfig.Builder
DPublishConfig.java656 public Builder setSuspendable(boolean isSuspendable) { in setSuspendable() method in PublishConfig.Builder
/packages/modules/Wifi/framework/api/
Dsystem-current.txt1494 …IFI_NETWORK_SELECTION) public android.net.wifi.aware.PublishConfig.Builder setSuspendable(boolean);
1508 …I_NETWORK_SELECTION) public android.net.wifi.aware.SubscribeConfig.Builder setSuspendable(boolean);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java5319 PublishConfig publishConfig = new PublishConfig.Builder().setSuspendable(true).build(); in testPublishWithSuspendResume()
5425 .setSuspendable(true).build(); in testSubscribeWithSuspendResume()