Searched refs:MockIInterface (Results 1 – 2 of 2) sorted by relevance
404 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()407 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_ANDROID); in testInterfaceRelatedMethods()409 mBinder.attachInterface(new MockIInterface(), DESCRIPTOR_GOOGLE); in testInterfaceRelatedMethods()419 private static class MockIInterface implements IInterface { class in BinderTest
2698 MockIInterface mockInterface = new MockIInterface();2699 MockIInterface mockIInterface2 = new MockIInterface();3049 private class MockIInterface implements IInterface {3052 public MockIInterface() {