Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/user/
DUserDataCollectorTest.java145 mCollector.updateExistingAppInstall(installedApps, existingAppMap); in testUpdateInstalledAppHistory()
150 currentMap = mCollector.updateExistingAppInstall(installedApps, existingAppMap); in testUpdateInstalledAppHistory()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/user/
DUserDataCollector.java352 updateExistingAppInstall(installAppList, existingInstallApps); in updateInstalledApps()
362 Map<String, Long> updateExistingAppInstall( in updateExistingAppInstall() method in UserDataCollector