Searched refs:MockIInterface (Results 1 – 2 of 2) sorted by relevance
386 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()389 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_ANDROID); in testInterfaceRelatedMethods()391 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()401 private static class MockIInterface implements IInterface { class in BinderTest
2685 MockIInterface mockInterface = new MockIInterface();2686 MockIInterface mockIInterface2 = new MockIInterface();3036 private class MockIInterface implements IInterface {3039 public MockIInterface() {