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.java195 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testReleaseSecurityParameterIndex()
214 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
230 userRecord.mSpiRecords.getRefcountedResourceOrThrow(spiResp.resourceId); in testSecurityParameterIndexBinderDeath()
418 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testDeleteTransform()
438 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testTransportModeTransformBinderDeath()
455 userRecord.mTransformRecords.getRefcountedResourceOrThrow( in testTransportModeTransformBinderDeath()
514 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testCreateTunnelInterface()
541 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testDeleteTunnelInterface()
556 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testTunnelInterfaceBinderDeath()
565 userRecord.mTunnelInterfaceRecords.getRefcountedResourceOrThrow( in testTunnelInterfaceBinderDeath()
DIpSecServiceTest.java174 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow(udpEncapResp.resourceId); in testOpenAndCloseUdpEncapsulationSocket()
189 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow( in testUdpEncapsulationSocketBinderDeath()
197 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow(udpEncapResp.resourceId); in testUdpEncapsulationSocketBinderDeath()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java545 return getRefcountedResourceOrThrow(key).getResource(); in getResourceOrThrow()
553 RefcountedResource<T> getRefcountedResourceOrThrow(int key) { in getRefcountedResourceOrThrow() method in IpSecService.RefcountedResourceArray
1119 resArray.getRefcountedResourceOrThrow(resourceId).userRelease(); in releaseResource()
1573 userRecord.mEncapSocketRecords.getRefcountedResourceOrThrow( in createTransform()
1580 userRecord.mSpiRecords.getRefcountedResourceOrThrow(c.getSpiResourceId()); in createTransform()