Searched refs:ttlSec (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | PublishConfig.java | 89 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()
|
D | SubscribeConfig.java | 96 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/ |
D | WifiAwareNativeApi.java | 565 req.baseConfigs.ttlSec = (short) publishConfig.mTtlSec; in publish() 630 req.baseConfigs.ttlSec = (short) subscribeConfig.mTtlSec; in subscribe()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |