Searched refs:getActiveIdsForTest (Results 1 – 2 of 2) sorted by relevance
201 assertThat(mService.getActiveIdsForTest()).containsExactly( in testHandlePackageRemoved()278 assertThat(mService.getActiveIdsForTest()).containsExactly(sessionId2); in testHandleIdleMaintenance_deleteStaleSessions()323 assertThat(mService.getActiveIdsForTest()).containsExactly(blobId2); in testHandleIdleMaintenance_deleteStaleBlobs()
304 Set<Long> getActiveIdsForTest() { in getActiveIdsForTest() method in BlobStoreManagerService