Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java702 final int committedBlobsCount = getCommittedBlobsCountLocked( in onStateChangedInternal() local
704 if (committedBlobsCount >= getMaxCommittedBlobs()) { in onStateChangedInternal()
706 + committedBlobsCount + "; blob: " + session); in onStateChangedInternal()