OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyInterface
(Results
1 - 2
of
2
) sorted by null
/art/test/044-proxy/src/
ReturnsAndArgPassing.java
28
interface
MyInterface
{
58
check(method.getDeclaringClass() ==
MyInterface
.class);
99
MyInterface
proxyMyInterface =
100
(
MyInterface
)Proxy.newProxyInstance(ReturnsAndArgPassing.class.getClassLoader(),
101
new Class[] {
MyInterface
.class },
442
MyInterface
proxyMyInterface =
443
(
MyInterface
)Proxy.newProxyInstance(ReturnsAndArgPassing.class.getClassLoader(),
444
new Class[] {
MyInterface
.class },
/libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java
157
interface
MyInterface
{
161
interface MyOtherInterface extends
MyInterface
{
175
Method[] methods =
MyInterface
.class.getMethods();
Completed in 85 milliseconds