Searched refs:alreadyAddedComponents (Results 1 – 3 of 3) sorted by relevance
280 Collection<ComponentName> alreadyAddedComponents, int profileId) { in addDeviceAdminBroadcastReceiversForProfile() argument292 if (alreadyAddedComponents != null in addDeviceAdminBroadcastReceiversForProfile()293 && alreadyAddedComponents.contains(riComponentName)) { in addDeviceAdminBroadcastReceiversForProfile()
289 Collection<ComponentName> alreadyAddedComponents, int profileId) { in addDeviceAdminBroadcastReceiversForProfile() argument301 if (alreadyAddedComponents != null in addDeviceAdminBroadcastReceiversForProfile()302 && alreadyAddedComponents.contains(riComponentName)) { in addDeviceAdminBroadcastReceiversForProfile()
132 val alreadyAddedComponents = apps.map { it.componentName.packageName }.toSet() in getAllAppsList() constant134 it.componentName.packageName in alreadyAddedComponents in getAllAppsList()