Searched refs:getMacRandomizationUnsupportedSsidPrefixes (Results 1 – 4 of 4) sorted by relevance
159 assertEquals(1, mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes().size()); in testQuotedStringSsidPrefixParsedCorrectly()160 assertTrue(mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes() in testQuotedStringSsidPrefixParsedCorrectly()
751 when(mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes()).thenReturn( in setUp()4250 when(mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes()).thenReturn(ssidPrefixSet); in testConnectedMacRandomizationForceDisabledSsidPrefix()
272 public Set<String> getMacRandomizationUnsupportedSsidPrefixes() { in getMacRandomizationUnsupportedSsidPrefixes() method in WifiGlobals
8196 Set<String> unsupportedPrefixes = mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes(); in isMacRandomizationForceDisabledOnSsid()