Searched defs:existingInstallApps (Results 1 – 1 of 1) sorted by relevance
337 Map<String, Long> existingInstallApps = mUserDataDao.getAppInstallMap(); in initialInstalledApp() local345 Map<String, Long> existingInstallApps = mUserDataDao.getAppInstallMap(); in updateInstalledApps() local363 List<ApplicationInfo> installAppList, Map<String, Long> existingInstallApps) { in updateExistingAppInstall()