Searched refs:setMacRandomizationEnabled (Results 1 – 7 of 7) sorted by relevance
268 provider2.setMacRandomizationEnabled(false); in serializeAndDeserializeUserStoreData()
714 when(provider.setMacRandomizationEnabled(anyBoolean())).thenReturn(true); in verifyEnableMacRandomization()717 verify(provider).setMacRandomizationEnabled(false); in verifyEnableMacRandomization()726 verify(provider).setMacRandomizationEnabled(true); in verifyEnableMacRandomization()
1327 mProvider.setMacRandomizationEnabled(false); in testSetMacRandomizationEnabledToFalse()
259 public boolean setMacRandomizationEnabled(boolean enabled) { in setMacRandomizationEnabled() method in PasspointProvider261 mConfig.setMacRandomizationEnabled(enabled); in setMacRandomizationEnabled()
234 config.setMacRandomizationEnabled((boolean) value); in deserializePasspointConfiguration()
717 boolean settingChanged = provider.setMacRandomizationEnabled(enable); in enableMacRandomization()
539 public void setMacRandomizationEnabled(boolean enabled) { in setMacRandomizationEnabled() method in PasspointConfiguration