Home
last modified time | relevance | path

Searched defs:blobId (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DStatsdBlobStoreAtomTest.java83 final long blobId = blobCommitted.getBlobId(); in testPushedBlobStoreStats() local
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java1413 final long blobId = commitBlob(blobData); in testAccessExpiredBlob() local
1438 final long blobId = commitBlob(blobData); in testAccessExpiredBlob_withLeaseAcquired() local
1464 final long blobId = commitBlob(blobData); in testAccessBlob_withExpiredLease() local
1766 private static boolean blobExists(long blobId, int userId) throws Exception { in blobExists()