Searched refs:passpointConfig (Results 1 – 2 of 2) sorted by relevance
1050 PasspointConfiguration passpointConfig = createPasspointConfig(); in testBuilderWithPasspointConfig() local1053 .setPasspointConfig(passpointConfig) in testBuilderWithPasspointConfig()1058 assertEquals(passpointConfig.getUniqueId(), suggestion.getPasspointConfig().getUniqueId()); in testBuilderWithPasspointConfig()
2300 PasspointConfiguration passpointConfig = getTargetPasspointConfiguration( in testMacRandomizationSettingPasspoint() local2302 assertNotNull("The installed passpoint profile is missing", passpointConfig); in testMacRandomizationSettingPasspoint()2304 passpointConfig.isMacRandomizationEnabled()); in testMacRandomizationSettingPasspoint()2307 passpointConfig = getTargetPasspointConfiguration( in testMacRandomizationSettingPasspoint()2309 assertNotNull("The installed passpoint profile is missing", passpointConfig); in testMacRandomizationSettingPasspoint()2311 passpointConfig.isMacRandomizationEnabled()); in testMacRandomizationSettingPasspoint()