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.java404 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
DParcelTest.java2698 MockIInterface mockInterface = new MockIInterface();
2699 MockIInterface mockIInterface2 = new MockIInterface();
3049 private class MockIInterface implements IInterface {
3052 public MockIInterface() {