Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java160 private final ArraySet<Long> mActiveBlobIds = new ArraySet<>(); field in BlobStoreManagerService
306 return mActiveBlobIds; in getActiveIdsForTest()
332 mActiveBlobIds.add(id); in addActiveBlobIdLocked()
1109 if (mActiveBlobIds.indexOf(id) < 0) { in handleIdleMaintenanceLocked()
1170 mActiveBlobIds.remove(blobStoreSession.getSessionId()); in deleteSessionLocked()
1176 mActiveBlobIds.remove(blobMetadata.getBlobId()); in deleteBlobLocked()
1188 mActiveBlobIds.remove(userSessions.valueAt(j).getSessionId()); in runClearAllSessions()
1205 mActiveBlobIds.remove(blobMetadata.getBlobId()); in runClearAllBlobs()
1210 mActiveBlobIds.remove(blobMetadata.getBlobId()); in runClearAllBlobs()