Searched refs:DW_INTERVAL_NOT_INIT (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | ConfigRequest.java | 78 public static final int DW_INTERVAL_NOT_INIT = -1; field in ConfigRequest 262 if (mDiscoveryWindowInterval[NAN_BAND_24GHZ] != DW_INTERVAL_NOT_INIT && in validate() 268 if (mDiscoveryWindowInterval[NAN_BAND_5GHZ] != DW_INTERVAL_NOT_INIT && in validate() 274 if (mDiscoveryWindowInterval[NAN_BAND_6GHZ] != DW_INTERVAL_NOT_INIT in validate() 313 private int[] mDiscoveryWindowInterval = {DW_INTERVAL_NOT_INIT, DW_INTERVAL_NOT_INIT, 314 DW_INTERVAL_NOT_INIT};
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiNanIfaceAidlImpl.java | 635 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in createNanBandSpecificConfigs() 650 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in createNanBandSpecificConfigs() 665 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in createNanBandSpecificConfigs()
|
D | WifiNanIfaceHidlImpl.java | 386 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in enableAndConfigureInternal() 402 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in enableAndConfigureInternal() 418 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in enableAndConfigureInternal()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 665 collector.checkThat("mDiscoveryWindowInterval[2.4GHz]", ConfigRequest.DW_INTERVAL_NOT_INIT, in testConfigRequestBuilderDefaults() 667 collector.checkThat("mDiscoveryWindowInterval[5Hz]", ConfigRequest.DW_INTERVAL_NOT_INIT, in testConfigRequestBuilderDefaults() 669 collector.checkThat("mDiscoveryWindowInterval[6Hz]", ConfigRequest.DW_INTERVAL_NOT_INIT, in testConfigRequestBuilderDefaults() 703 collector.checkThat("mDiscoveryWindowInterval[2.4GHz]", ConfigRequest.DW_INTERVAL_NOT_INIT, in testConfigRequestBuilder()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 5538 {ConfigRequest.DW_INTERVAL_NOT_INIT, ConfigRequest.DW_INTERVAL_NOT_INIT}; in mergeConfigRequests() 5577 if (discoveryWindowInterval[band] == ConfigRequest.DW_INTERVAL_NOT_INIT) { in mergeConfigRequests() 5580 == ConfigRequest.DW_INTERVAL_NOT_INIT) { in mergeConfigRequests() 5600 if (discoveryWindowInterval[band] != ConfigRequest.DW_INTERVAL_NOT_INIT) { in mergeConfigRequests()
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 59 Landroid/net/wifi/aware/ConfigRequest;->DW_INTERVAL_NOT_INIT:I
|