Searched refs:leaseExpiryTimeMillis (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | BlobStoreManager.java | 315 @CurrentTimeMillisLong long leaseExpiryTimeMillis) throws IOException { in acquireLease() argument 317 mService.acquireLease(blobHandle, descriptionResId, null, leaseExpiryTimeMillis, in acquireLease() 378 @CurrentTimeMillisLong long leaseExpiryTimeMillis) throws IOException { in acquireLease() argument 380 mService.acquireLease(blobHandle, INVALID_RES_ID, description, leaseExpiryTimeMillis, in acquireLease()
|
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreManagerService.java | 453 CharSequence description, long leaseExpiryTimeMillis, in acquireLeaseInternal() argument 464 if (leaseExpiryTimeMillis != 0 && blobHandle.expiryTimeMillis != 0 in acquireLeaseInternal() 465 && leaseExpiryTimeMillis > blobHandle.expiryTimeMillis) { in acquireLeaseInternal() 504 descriptionResId, description, leaseExpiryTimeMillis); in acquireLeaseInternal() 1526 @CurrentTimeSecondsLong long leaseExpiryTimeMillis, @NonNull String packageName) { in acquireLease() argument 1533 Preconditions.checkArgumentNonnegative(leaseExpiryTimeMillis, in acquireLease() 1549 leaseExpiryTimeMillis, callingUid, packageName); in acquireLease()
|
H A D | BlobMetadata.java | 189 CharSequence description, long leaseExpiryTimeMillis) { in addOrReplaceLeasee() argument 194 descriptionResId, description, leaseExpiryTimeMillis); in addOrReplaceLeasee()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |