Searched refs:getKnownIdsForTest (Results 1 – 2 of 2) sorted by relevance
203 assertThat(mService.getKnownIdsForTest()).containsExactly( in testHandlePackageRemoved()279 assertThat(mService.getKnownIdsForTest()).containsExactly( in testHandleIdleMaintenance_deleteStaleSessions()324 assertThat(mService.getKnownIdsForTest()).containsExactly(blobId1, blobId2, blobId3); in testHandleIdleMaintenance_deleteStaleBlobs()
311 Set<Long> getKnownIdsForTest() { in getKnownIdsForTest() method in BlobStoreManagerService