OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachInterface
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
386
mBinder.
attachInterface
(new MockIInterface(), DESCRIPTOR_GOOGLE);
389
mBinder.
attachInterface
(new MockIInterface(), DESCRIPTOR_ANDROID);
391
mBinder.
attachInterface
(new MockIInterface(), DESCRIPTOR_GOOGLE);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowServiceManager.java
222
binder.
attachInterface
(ReflectionHelpers.createNullProxy(clazz), descriptor);
228
binder.
attachInterface
(ReflectionHelpers.createNullProxy(clazz), descriptor);
234
binder.
attachInterface
(ReflectionHelpers.createDeepProxy(clazz), descriptor);
Completed in 655 milliseconds