Searched refs:TestBinderInterface (Results 1 – 2 of 2) sorted by relevance
37 private final TestBinderInterface mInterface1 = new TestBinderInterface();39 private final TestBinderInterface mInterface2 = new TestBinderInterface();40 private final BinderKeyValueContainer<String, TestBinderInterface> mContainer =63 List<TestBinderInterface> values = new ArrayList<>(Arrays.asList(mInterface1, mInterface2)); in testBasicFunctions()66 TestBinderInterface value = mContainer.valueAt(i); in testBasicFunctions()101 private static final class TestBinderInterface extends android.os.Binder implements IInterface { class in BinderKeyValueContainerTest
41 TestBinderInterface interfaceOne = new TestBinderInterface(); in getInterfaces_returnsCopy()46 TestBinderInterface interfaceTwo = new TestBinderInterface(); in getInterfaces_returnsCopy()56 private static final class TestBinderInterface extends android.os.Binder implements IInterface { class in BinderInterfaceContainerTest