Home
last modified time | relevance | path

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

/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java625 AhatInstance binderService = dump.getDumpedAhatInstance("binderService");
626 assertEquals(null, binderService.getBinderTokenDescriptor());
634 AhatInstance binderService = dump.getDumpedAhatInstance("binderService");
635 assertEquals("DumpedStuff$IDumpedManager", binderService.getBinderStubInterfaceName());
/art/tools/ahat/src/test-dump/
DDumpedStuff.java215 Object binderService = new BinderService(); field in DumpedStuff