Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceRefcountedResourceTest.java122 RefcountedResource<IResource> parentResource = in testConstructorWithChildren() local
126 assertResourceState(parentResource, 1, 0, 0, 0, 0); in testConstructorWithChildren()
203 RefcountedResource<IResource> parentResource = getTestRefcountedResource(childResource); in testCleanupParentDecrementsChildRefcount() local
205 parentResource.userRelease(); in testCleanupParentDecrementsChildRefcount()
210 assertResourceState(parentResource, -1, 1, 1, 1, 1); in testCleanupParentDecrementsChildRefcount()
216 RefcountedResource<IResource> parentResource = getTestRefcountedResource(childResource); in testCleanupReferencedChildDoesNotTriggerRelease() local
222 assertResourceState(parentResource, 1, 0, 0, 0, 0); in testCleanupReferencedChildDoesNotTriggerRelease()
248 RefcountedResource<IResource> parentResource = in testTwoChildren() local
255 parentResource.userRelease(); in testTwoChildren()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DAppCompatActionBar.java74 ResourceReference parentResource = context.createAppCompatResourceReference( in AppCompatActionBar() local
76 int parentId = context.getResourceId(parentResource, 0); in AppCompatActionBar()