Searched refs:setMacRandomizationEnabled (Results 1 – 7 of 7) sorted by relevance
266 provider2.setMacRandomizationEnabled(false); in serializeAndDeserializeUserStoreData()
645 when(provider.setMacRandomizationEnabled(anyBoolean())).thenReturn(true); in verifyEnableMacRandomization()648 verify(provider).setMacRandomizationEnabled(false); in verifyEnableMacRandomization()657 verify(provider).setMacRandomizationEnabled(true); in verifyEnableMacRandomization()
1274 mProvider.setMacRandomizationEnabled(false); in testSetMacRandomizationEnabledToFalse()
233 public boolean setMacRandomizationEnabled(boolean enabled) { in setMacRandomizationEnabled() method in PasspointProvider235 mConfig.setMacRandomizationEnabled(enabled); in setMacRandomizationEnabled()
217 config.setMacRandomizationEnabled((boolean) value); in deserializePasspointConfiguration()
638 boolean settingChanged = provider.setMacRandomizationEnabled(enable); in enableMacRandomization()
479 public void setMacRandomizationEnabled(boolean enabled) { in setMacRandomizationEnabled() method in PasspointConfiguration