Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
DBlobStoreManagerServiceTest.java201 assertThat(mService.getActiveIdsForTest()).containsExactly( in testHandlePackageRemoved()
278 assertThat(mService.getActiveIdsForTest()).containsExactly(sessionId2); in testHandleIdleMaintenance_deleteStaleSessions()
323 assertThat(mService.getActiveIdsForTest()).containsExactly(blobId2); in testHandleIdleMaintenance_deleteStaleBlobs()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java304 Set<Long> getActiveIdsForTest() { in getActiveIdsForTest() method in BlobStoreManagerService