Searched refs:updatedPackages (Results 1 – 3 of 3) sorted by relevance
199 ArraySet<String> updatedPackages = new ArraySet<>(); in postBootUpdate() local238 updatedPackages.add(pkg); in postBootUpdate()241 notifyPinService(updatedPackages); in postBootUpdate()295 ArraySet<String> updatedPackages = new ArraySet<>(); in optimizePackages() local358 updatedPackages.add(pkg); in optimizePackages()371 notifyPinService(updatedPackages); in optimizePackages()488 private void notifyPinService(ArraySet<String> updatedPackages) { in notifyPinService() argument491 Log.i(TAG, "Pinning optimized code " + updatedPackages); in notifyPinService()492 pinnerService.update(updatedPackages); in notifyPinService()
94 ArraySet<String> updatedPackages = new ArraySet<>();95 updatedPackages.add(packageName);96 update(updatedPackages);145 public void update(ArraySet<String> updatedPackages) { in update() argument147 if (cameraInfo != null && updatedPackages.contains(cameraInfo.packageName)) { in update()
263 private void buildTvInputListLocked(int userId, String[] updatedPackages) { in buildTvInputListLocked() argument322 } else if (updatedPackages != null) { in buildTvInputListLocked()325 for (String updatedPackage : updatedPackages) { in buildTvInputListLocked()