Searched refs:currentMap (Results 1 – 2 of 2) sorted by relevance
144 Map<String, Long> currentMap = in testUpdateInstalledAppHistory() local146 assertThat(currentMap) in testUpdateInstalledAppHistory()150 currentMap = mCollector.updateExistingAppInstall(installedApps, existingAppMap); in testUpdateInstalledAppHistory()152 assertThat(currentMap).containsExactly(APP_NAME_1, 450L, APP_NAME_3, 450L); in testUpdateInstalledAppHistory()
371 BpfMapRO<StatsKey, StatsValue>& currentMap = in tagSocket() local373 base::Result<void> res = currentMap.iterate(countUidStatsEntries); in tagSocket()