Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DUtils.java143 public static void releaseLease(Context context, in releaseLease() method in Utils
147 blobStoreManager.releaseLease(blobHandle); in releaseLease()
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreManager.aidl33 void releaseLease(in BlobHandle handle, in String packageName); in releaseLease() method
H A DBlobStoreManager.java498 public void releaseLease(@NonNull BlobHandle blobHandle) throws IOException { in releaseLease() method in BlobStoreManager
500 mService.releaseLease(blobHandle, mContext.getOpPackageName()); in releaseLease()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpLeaseRepositoryTest.java500 assertTrue(mRepo.releaseLease(CLIENTID_UNSPEC, TEST_MAC_1, TEST_INETADDR_1)); in testReleaseLease()
509 assertFalse(mRepo.releaseLease(CLIENTID_UNSPEC, TEST_MAC_1, TEST_INETADDR_1)); in testReleaseLease_UnknownLease()
519 mRepo.releaseLease(CLIENTID_UNSPEC, mac, lease.getNetAddr()); in testReleaseLease_StableOffer()
H A DDhcpServerTest.java348 .releaseLease(isNull(), eq(TEST_CLIENT_MAC), eq(TEST_CLIENT_ADDR)); in testRelease()
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLeaseRepository.java366 public boolean releaseLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in releaseLease() method in DhcpLeaseRepository
425 if (!releaseLease(clientId, hwAddr, addr)) return false; in markAndReleaseDeclinedLease()
H A DDhcpServer.java577 mLeaseRepo.releaseLease(clientId, macAddr, packet.mClientIp); in processRelease()
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java1539 public void releaseLease(@NonNull BlobHandle blobHandle, @NonNull String packageName) { in releaseLease() method in BlobStoreManagerService.Stub
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7909 … method public void releaseLease(@NonNull android.app.blob.BlobHandle) throws java.io.IOException;
/aosp12/frameworks/base/services/
H A Dart-profile14553 PLcom/android/server/blob/BlobStoreManagerService$Stub;->releaseLease(Landroid/app/blob/BlobHandle;…