Searched refs:currentAppInstallMap (Results 1 – 1 of 1) sorted by relevance
364 Map<String, Long> currentAppInstallMap = new HashMap<>(); in updateExistingAppInstall() local370 currentAppInstallMap.put(packageName, currentTime); in updateExistingAppInstall()377 if (currentAppInstallMap.containsKey(packageName)) continue; in updateExistingAppInstall()381 currentAppInstallMap.put(packageName, lastUpdateTime); in updateExistingAppInstall()384 return currentAppInstallMap; in updateExistingAppInstall()