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.java386 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
DParcelTest.java2685 MockIInterface mockInterface = new MockIInterface();
2686 MockIInterface mockIInterface2 = new MockIInterface();
3036 private class MockIInterface implements IInterface {
3039 public MockIInterface() {