Searched refs:ChannelSettings (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DNoBandChannelHelper.java159 bucketSettings.channels = new WifiNative.ChannelSettings[mChannels.size()];
161 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings();
H A DScanScheduleUtil.java35 * Compares two ChannelSettings for equality.
37 public static boolean channelEquals(@Nullable WifiNative.ChannelSettings channel1,
38 @Nullable WifiNative.ChannelSettings channel2) {
H A DKnownBandsChannelHelper.java256 bucketSettings.channels = new WifiNative.ChannelSettings[mChannels.size()];
258 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings();
H A DBackgroundScanScheduler.java157 private WifiNative.ChannelSettings createChannelSettings(int frequency) {
158 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings();
H A DChannelHelper.java279 private static String toString(WifiNative.ChannelSettings[] channels, int numChannels) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java327 for (WifiNative.ChannelSettings channel : expected.buckets[i].channels) {
331 for (WifiNative.ChannelSettings channel : actual.buckets[i].channels) {
382 * Convert a list of channel frequencies to an array of equivalent WifiNative.ChannelSettings
384 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) {
385 WifiNative.ChannelSettings[] channelSpecs = new WifiNative.ChannelSettings[channels.length];
387 channelSpecs[i] = new WifiNative.ChannelSettings();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1670 public static class ChannelSettings { class in class:WifiNative
1684 public ChannelSettings[] channels;

Completed in 78 milliseconds