Searched refs:parentResource (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/ |
D | IpSecServiceRefcountedResourceTest.java | 121 RefcountedResource<IResource> parentResource = in testConstructorWithChildren() local 125 assertResourceState(parentResource, 1, 0, 0, 0, 0); in testConstructorWithChildren() 202 RefcountedResource<IResource> parentResource = getTestRefcountedResource(childResource); in testCleanupParentDecrementsChildRefcount() local 204 parentResource.userRelease(); in testCleanupParentDecrementsChildRefcount() 209 assertResourceState(parentResource, -1, 1, 1, 1, 1); in testCleanupParentDecrementsChildRefcount() 215 RefcountedResource<IResource> parentResource = getTestRefcountedResource(childResource); in testCleanupReferencedChildDoesNotTriggerRelease() local 221 assertResourceState(parentResource, 1, 0, 0, 0, 0); in testCleanupReferencedChildDoesNotTriggerRelease() 247 RefcountedResource<IResource> parentResource = in testTwoChildren() local 254 parentResource.userRelease(); in testTwoChildren()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | AppCompatActionBar.java | 74 ResourceReference parentResource = context.createAppCompatResourceReference( in AppCompatActionBar() local 76 int parentId = context.getResourceId(parentResource, 0); in AppCompatActionBar()
|