Home
last modified time | relevance | path

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

/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java1407 assertTrue(blobExists(blobId, mUserId)); in testAccessExpiredBlob()
1419 assertFalse(blobExists(blobId, mUserId)); in testAccessExpiredBlob()
1432 assertTrue(blobExists(blobId, mUserId)); in testAccessExpiredBlob_withLeaseAcquired()
1446 assertFalse(blobExists(blobId, mUserId)); in testAccessExpiredBlob_withLeaseAcquired()
1458 assertTrue(blobExists(blobId, mUserId)); in testAccessBlob_withExpiredLease()
1468 assertFalse(blobExists(blobId, mUserId)); in testAccessBlob_withExpiredLease()
1740 private static boolean blobExists(long blobId, int userId) throws Exception { in blobExists() method in BlobStoreManagerTest