Searched refs:GET_AVAILABLE_CHANNELS_EXTRA (Results 1 – 4 of 4) sorted by relevance
177 public static final String GET_AVAILABLE_CHANNELS_EXTRA = "Channels"; field in WifiScanner258 List<Integer> channels = bundle.getIntegerArrayList(GET_AVAILABLE_CHANNELS_EXTRA); in getAvailableChannels()
21 import static android.net.wifi.WifiScanner.GET_AVAILABLE_CHANNELS_EXTRA;3729 List<Integer> actual = bundle.getIntegerArrayList(GET_AVAILABLE_CHANNELS_EXTRA); in getAvailableChannels_hasPermission_returnsSuccessfully()3755 List<Integer> actual = bundle.getIntegerArrayList(GET_AVAILABLE_CHANNELS_EXTRA); in getAvailableChannels_DoesNotCrashWhenWifiDisabled()
146 b.putIntegerArrayList(WifiScanner.GET_AVAILABLE_CHANNELS_EXTRA, list); in getAvailableChannels()
2009 Landroid/net/wifi/WifiScanner;->GET_AVAILABLE_CHANNELS_EXTRA:Ljava/lang/String;