Searched refs:passpointConfig (Results 1 – 2 of 2) sorted by relevance
1026 PasspointConfiguration passpointConfig = createPasspointConfig(); in testBuilderWithPasspointConfig() local1029 .setPasspointConfig(passpointConfig) in testBuilderWithPasspointConfig()1034 assertEquals(passpointConfig.getUniqueId(), suggestion.getPasspointConfig().getUniqueId()); in testBuilderWithPasspointConfig()
1599 PasspointConfiguration passpointConfig = getTargetPasspointConfiguration( in testMacRandomizationSettingPasspoint() local1601 assertNotNull("The installed passpoint profile is missing", passpointConfig); in testMacRandomizationSettingPasspoint()1603 passpointConfig.isMacRandomizationEnabled()); in testMacRandomizationSettingPasspoint()1606 passpointConfig = getTargetPasspointConfiguration( in testMacRandomizationSettingPasspoint()1608 assertNotNull("The installed passpoint profile is missing", passpointConfig); in testMacRandomizationSettingPasspoint()1610 passpointConfig.isMacRandomizationEnabled()); in testMacRandomizationSettingPasspoint()