Searched refs:TEST_SSID_UNQUOTED (Results 1 – 2 of 2) sorted by relevance
26 private static final String TEST_SSID_UNQUOTED = "testSsid1"; field in WifiMigrationTest63 .setP2pDeviceName(TEST_SSID_UNQUOTED) in testWifiMigrationSettingsDataBuilder()73 assertEquals(TEST_SSID_UNQUOTED, migrationData.getP2pDeviceName()); in testWifiMigrationSettingsDataBuilder()
247 private static final String TEST_SSID_UNQUOTED = "testSsid1"; field in WifiManagerTest1754 newOpenNetwork.SSID = "\"" + TEST_SSID_UNQUOTED + "\""; in testAddNetworkPrivilegedNotAllowedForNormalApps()1822 newOpenNetwork.SSID = "\"" + TEST_SSID_UNQUOTED + "\""; in testAddNetworkPrivilegedSuccess()2109 generateSoftApConfigBuilderWithSsid(TEST_SSID_UNQUOTED) in testStartLocalOnlyHotspotWithSupportedBand()2155 WifiSsid.fromBytes(TEST_SSID_UNQUOTED.getBytes(StandardCharsets.UTF_8)), in testStartLocalOnlyHotspotWithSupportedBand()2190 generateSoftApConfigBuilderWithSsid(TEST_SSID_UNQUOTED) in testStartLocalOnlyHotspotWithConfigBssid()2218 assertSsidEquals(softApConfig, TEST_SSID_UNQUOTED); in testStartLocalOnlyHotspotWithConfigBssid()2235 generateSoftApConfigBuilderWithSsid(TEST_SSID_UNQUOTED) in testStartLocalOnlyHotspotWithNullBssidConfig()2258 assertSsidEquals(softApConfig, TEST_SSID_UNQUOTED); in testStartLocalOnlyHotspotWithNullBssidConfig()3023 generateSoftApConfigBuilderWithSsid(TEST_SSID_UNQUOTED) in testTetheredBridgedAp()[all …]