Searched refs:internalConfig (Results 1 – 2 of 2) sorted by relevance
541 WifiConfiguration internalConfig = getInternalConfiguredNetwork(config.networkId); in updateRandomizedMacExpireTime() local542 if (internalConfig == null) { in updateRandomizedMacExpireTime()548 internalConfig.randomizedMacExpirationTimeMs = mClock.getWallClockMillis() in updateRandomizedMacExpireTime()569 WifiConfiguration internalConfig = getInternalConfiguredNetwork(config.networkId); in setRandomizedMacToPersistentMac() local570 setRandomizedMacAddress(internalConfig, persistentMac); in setRandomizedMacToPersistentMac()587 WifiConfiguration internalConfig = getInternalConfiguredNetwork(config.networkId); in updateRandomizedMacIfNeeded() local588 setRandomizedMacAddress(internalConfig, MacAddressUtils.createRandomUnicastAddress()); in updateRandomizedMacIfNeeded()589 return internalConfig.getRandomizedMacAddress(); in updateRandomizedMacIfNeeded()823 WifiConfiguration internalConfig = null; in getInternalConfiguredNetworkByUpgradableType() local850 internalConfig = mConfiguredNetworks.getByConfigKeyForCurrentUser( in getInternalConfiguredNetworkByUpgradableType()[all …]
500 for (android.automotive.watchdog.internal.ResourceOveruseConfiguration internalConfig in getResourceOveruseConfigurations()502 configs.add(toResourceOveruseConfiguration(internalConfig, resourceOveruseFlag)); in getResourceOveruseConfigurations()941 android.automotive.watchdog.internal.ResourceOveruseConfiguration internalConfig = in toInternalResourceOveruseConfiguration() local943 internalConfig.componentType = config.getComponentType(); in toInternalResourceOveruseConfiguration()944 internalConfig.safeToKillPackages = config.getSafeToKillPackages(); in toInternalResourceOveruseConfiguration()945 internalConfig.vendorPackagePrefixes = config.getVendorPackagePrefixes(); in toInternalResourceOveruseConfiguration()946 internalConfig.packageMetadata = new ArrayList<>(); in toInternalResourceOveruseConfiguration()963 internalConfig.packageMetadata.add(metadata); in toInternalResourceOveruseConfiguration()965 internalConfig.resourceSpecificConfigurations = new ArrayList<>(); in toInternalResourceOveruseConfiguration()968 internalConfig.resourceSpecificConfigurations.add( in toInternalResourceOveruseConfiguration()[all …]