Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java337 final AtomicInteger sessionsCount = new AtomicInteger(0); in getSessionsCountLocked() local
340 sessionsCount.getAndIncrement(); in getSessionsCountLocked()
343 return sessionsCount.get(); in getSessionsCountLocked()
349 final int sessionsCount = getSessionsCountLocked(callingUid, callingPackage); in createSessionInternal() local
350 if (sessionsCount >= getMaxActiveSessions()) { in createSessionInternal()
352 + sessionsCount); in createSessionInternal()
784 for (int j = 0, sessionsCount = userSessions.size(); j < sessionsCount; ++j) { in writeBlobSessionsLocked()
1170 for (int j = 0, sessionsCount = userSessions.size(); j < sessionsCount; ++j) { in runClearAllSessions()
1247 for (int j = 0, sessionsCount = userSessions.size(); j < sessionsCount; ++j) { in dumpSessionsLocked()