Searched refs:MockIInterface (Results 1 – 2 of 2) sorted by relevance
350 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()353 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_ANDROID); in testInterfaceRelatedMethods()355 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()365 private static class MockIInterface implements IInterface { class in BinderTest
2671 MockIInterface mockInterface = new MockIInterface();2672 MockIInterface mockIInterface2 = new MockIInterface();2960 private class MockIInterface implements IInterface {2963 public MockIInterface() {