Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java350 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
DParcelTest.java2671 MockIInterface mockInterface = new MockIInterface();
2672 MockIInterface mockIInterface2 = new MockIInterface();
2960 private class MockIInterface implements IInterface {
2963 public MockIInterface() {