Home
last modified time | relevance | path

Searched refs:getRefcountedResourceOrThrow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java227 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testReleaseSecurityParameterIndex()
245 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
262 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
503 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testDeleteTransform()
522 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testTransportModeTransformBinderDeath()
540 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testTransportModeTransformBinderDeath()
646 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testCreateTunnelInterface()
674 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testDeleteTunnelInterface()
688 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testTunnelInterfaceBinderDeath()
697 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testTunnelInterfaceBinderDeath()
DIpSecServiceTest.java189 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow(udpEncapResp.resourceId); in testOpenAndCloseUdpEncapsulationSocket()
204 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow( in testUdpEncapsulationSocketBinderDeath()
212 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow(udpEncapResp.resourceId); in testUdpEncapsulationSocketBinderDeath()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java557 return getRefcountedResourceOrThrow(key).getResource(); in getResourceOrThrow()
565 RefcountedResource<T> getRefcountedResourceOrThrow(int key) { in getRefcountedResourceOrThrow() method in IpSecService.RefcountedResourceArray
1154 resArray.getRefcountedResourceOrThrow(resourceId).userRelease(); in releaseResource()
1661 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow( in createTransform()
1668 userRecord.mSpiRecords.getRefcountedResourceOrThrow(c.getSpiResourceId()); in createTransform()