Home
last modified time | relevance | path

Searched refs:getMacRandomizationUnsupportedSsidPrefixes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java159 assertEquals(1, mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes().size()); in testQuotedStringSsidPrefixParsedCorrectly()
160 assertTrue(mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes() in testQuotedStringSsidPrefixParsedCorrectly()
DClientModeImplTest.java751 when(mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes()).thenReturn( in setUp()
4250 when(mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes()).thenReturn(ssidPrefixSet); in testConnectedMacRandomizationForceDisabledSsidPrefix()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java272 public Set<String> getMacRandomizationUnsupportedSsidPrefixes() { in getMacRandomizationUnsupportedSsidPrefixes() method in WifiGlobals
DClientModeImpl.java8196 Set<String> unsupportedPrefixes = mWifiGlobals.getMacRandomizationUnsupportedSsidPrefixes(); in isMacRandomizationForceDisabledOnSsid()