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.java1414 assertTrue(blobExists(blobId, mUserId)); in testAccessExpiredBlob()
1426 assertFalse(blobExists(blobId, mUserId)); in testAccessExpiredBlob()
1439 assertTrue(blobExists(blobId, mUserId)); in testAccessExpiredBlob_withLeaseAcquired()
1453 assertFalse(blobExists(blobId, mUserId)); in testAccessExpiredBlob_withLeaseAcquired()
1465 assertTrue(blobExists(blobId, mUserId)); in testAccessBlob_withExpiredLease()
1475 assertFalse(blobExists(blobId, mUserId)); in testAccessBlob_withExpiredLease()
1766 private static boolean blobExists(long blobId, int userId) throws Exception { in blobExists() method in BlobStoreManagerTest