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.java79 verify(resource, times(userReleaseCallCount)).userRelease(); in assertResourceState()
151 refcountedResource.userRelease(); in testCleanupAndRelease()
165 refcountedResource.userRelease(); in testMultipleCallsToCleanupAndRelease()
168 refcountedResource.userRelease(); in testMultipleCallsToCleanupAndRelease()
169 refcountedResource.userRelease(); in testMultipleCallsToCleanupAndRelease()
177 refcountedResource.userRelease(); in testBinderDeathAfterCleanupAndReleaseDoesNothing()
202 parentResource.userRelease(); in testCleanupParentDecrementsChildRefcount()
215 childResource.userRelease(); in testCleanupReferencedChildDoesNotTriggerRelease()
231 childResource.userRelease(); in testTwoParents()
234 parentResource1.userRelease(); in testTwoParents()
[all …]
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java226 userRelease(); in binderDied()
249 public void userRelease() throws RemoteException { in userRelease() method in IpSecService.RefcountedResource
1143 resArray.getRefcountedResourceOrThrow(resourceId).userRelease(); in releaseResource()