Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/aware/
DPublishConfig.java89 int publishType, int ttlSec, boolean enableTerminateNotification, in PublishConfig() argument
95 mTtlSec = ttlSec; in PublishConfig()
144 int ttlSec = in.readInt();
149 ttlSec, enableTerminateNotification, enableRanging);
338 public Builder setTtlSec(int ttlSec) { in setTtlSec() argument
339 if (ttlSec < 0) { in setTtlSec()
342 mTtlSec = ttlSec; in setTtlSec()
DSubscribeConfig.java96 int subscribeType, int ttlSec, boolean enableTerminateNotification, in SubscribeConfig() argument
103 mTtlSec = ttlSec; in SubscribeConfig()
161 int ttlSec = in.readInt();
168 return new SubscribeConfig(serviceName, ssi, matchFilter, subscribeType, ttlSec,
394 public Builder setTtlSec(int ttlSec) { in setTtlSec() argument
395 if (ttlSec < 0) { in setTtlSec()
398 mTtlSec = ttlSec; in setTtlSec()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java565 req.baseConfigs.ttlSec = (short) publishConfig.mTtlSec; in publish()
630 req.baseConfigs.ttlSec = (short) subscribeConfig.mTtlSec; in subscribe()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...