Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java81 verify(resource, times(userReleaseCallCount)).userRelease(); in assertResourceState()
153 refcountedResource.userRelease(); in testCleanupAndRelease()
167 refcountedResource.userRelease(); in testMultipleCallsToCleanupAndRelease()
170 refcountedResource.userRelease(); in testMultipleCallsToCleanupAndRelease()
171 refcountedResource.userRelease(); in testMultipleCallsToCleanupAndRelease()
179 refcountedResource.userRelease(); in testBinderDeathAfterCleanupAndReleaseDoesNothing()
204 parentResource.userRelease(); in testCleanupParentDecrementsChildRefcount()
217 childResource.userRelease(); in testCleanupReferencedChildDoesNotTriggerRelease()
233 childResource.userRelease(); in testTwoParents()
236 parentResource1.userRelease(); in testTwoParents()
[all …]
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java229 userRelease(); in binderDied()
252 public void userRelease() throws RemoteException { in userRelease() method in IpSecService.RefcountedResource
1154 resArray.getRefcountedResourceOrThrow(resourceId).userRelease(); in releaseResource()