Searched refs:LOCAL_ONLY_NETWORK_ID (Results 1 – 3 of 3) sorted by relevance
546 assertEquals(WifiConfiguration.LOCAL_ONLY_NETWORK_ID, config.networkId); in generateLocalOnlyHotspotConfigIsValid()562 assertEquals(WifiConfiguration.LOCAL_ONLY_NETWORK_ID, config.networkId); in generateLocalOnlyHotspotConfigIsValid5G()
366 config.networkId = WifiConfiguration.LOCAL_ONLY_NETWORK_ID; in generateLocalOnlyHotspotConfig()
90 public static final int LOCAL_ONLY_NETWORK_ID = -2; field in WifiConfiguration