Home
last modified time | relevance | path

Searched refs:discoveryWindowInterval (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
DConfigRequest.java85 int clusterHigh, int discoveryWindowInterval[]) { in ConfigRequest() argument
90 mDiscoveryWindowInterval = discoveryWindowInterval; in ConfigRequest()
127 int discoveryWindowInterval[] = in.createIntArray();
130 discoveryWindowInterval);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java3120 int[] discoveryWindowInterval = in mergeConfigRequests() local
3128 discoveryWindowInterval = configRequest.mDiscoveryWindowInterval; in mergeConfigRequests()
3153 if (discoveryWindowInterval[band] == ConfigRequest.DW_INTERVAL_NOT_INIT) { in mergeConfigRequests()
3154 discoveryWindowInterval[band] = cr.mDiscoveryWindowInterval[band]; in mergeConfigRequests()
3158 } else if (discoveryWindowInterval[band] == ConfigRequest.DW_DISABLE) { in mergeConfigRequests()
3159 discoveryWindowInterval[band] = cr.mDiscoveryWindowInterval[band]; in mergeConfigRequests()
3163 discoveryWindowInterval[band] = Math.min(discoveryWindowInterval[band], in mergeConfigRequests()
3172 if (discoveryWindowInterval[band] != ConfigRequest.DW_INTERVAL_NOT_INIT) { in mergeConfigRequests()
3173 builder.setDiscoveryWindowInterval(band, discoveryWindowInterval[band]); in mergeConfigRequests()