Home
last modified time | relevance | path

Searched refs:currentAppInstallMap (Results 1 – 1 of 1) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/user/
DUserDataCollector.java364 Map<String, Long> currentAppInstallMap = new HashMap<>(); in updateExistingAppInstall() local
370 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()