Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java117 IBinder binderMockParent = mock(IBinder.class); in testConstructorWithChildren() local
120 getTestRefcountedResource(binderMockParent, childResource); in testConstructorWithChildren()
130 verify(binderMockParent).linkToDeath(anyObject(), anyInt()); in testConstructorWithChildren()