Searched refs:retrieveAppSdksUsageMap (Results 1 – 6 of 6) sorted by relevance
432 mTopicsDao.retrieveAppSdksUsageMap(mEpochManager.getCurrentEpochId()); in testRecordUsage()654 when(topicsDao.retrieveAppSdksUsageMap(epochId)).thenReturn(appSdksUsageMap); in testProcessEpoch()674 verify(topicsDao).retrieveAppSdksUsageMap(eq(epochId)); in testProcessEpoch()1039 when(topicsDao.retrieveAppSdksUsageMap(epochId)).thenReturn(appSdksUsageMap); in testComputeEpoch_emptyTopTopics()1056 verify(topicsDao).retrieveAppSdksUsageMap(eq(epochId)); in testComputeEpoch_emptyTopTopics()
150 assertThat(mTopicsDao.retrieveAppSdksUsageMap(epochId1).keySet()) in testReconcileUninstalledApps()208 assertThat(mTopicsDao.retrieveAppSdksUsageMap(epochId1).keySet()) in testReconcileUninstalledApps()464 assertThat(mTopicsDao.retrieveAppSdksUsageMap(epochId1).keySet()) in testDeleteAppDataFromTableByApps()521 assertThat(mTopicsDao.retrieveAppSdksUsageMap(epochId1).keySet()) in testDeleteAppDataFromTableByApps()
1840 assertThat(mTopicsDao.retrieveAppSdksUsageMap(epochId)).isEmpty(); in testClearAllTopicsData()
255 mTopicsDao.retrieveAppSdksUsageMap(/* epochId = */ 1L); in testRecordUsageHistory()280 mTopicsDao.retrieveAppSdksUsageMap(/* epochId = */ 2L); in testRecordUsageHistory_notFoundEpochId()925 assertThat(mTopicsDao.retrieveAppSdksUsageMap(epochId)).isEmpty(); in testDeleteAllTopicsTables()
193 mTopicsDao.retrieveAppSdksUsageMap(currentEpochId); in processEpoch()
417 public Map<String, List<String>> retrieveAppSdksUsageMap(long epochId) { in retrieveAppSdksUsageMap() method in TopicsDao