Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreSession.java204 final long lastModifiedTimeMs = getSessionFile().lastModified(); in isExpired()
248 final File sessionFile = getSessionFile(); in openWriteInternal()
309 final File sessionFile = getSessionFile(); in openReadInternal()
323 return getSessionFile().length(); in getSize()
454 "computeBlobDigest-i" + mSessionId + "-l" + getSessionFile().length()); in computeDigest()
455 mDataDigest = FileUtils.digest(getSessionFile(), mBlobHandle.algorithm); in computeDigest()
485 getSessionFile().delete(); in destroy()
510 File getSessionFile() { in getSessionFile() method in BlobStoreSession
DBlobStoreManagerService.java862 session.getSessionFile().delete(); in readBlobSessionsLocked()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
DBlobStoreManagerServiceTest.java369 doReturn(sessionFile).when(session).getSessionFile(); in createBlobStoreSessionMock()