OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegularInterface
(Results
1 - 3
of
3
) sorted by null
/art/test/048-reflect-v8/src/
DefaultDeclared.java
26
interface
RegularInterface
{
38
abstract class UnimplementedWithRegular implements
RegularInterface
{ }
40
class ImplementsWithRegular implements
RegularInterface
{
65
printGetMethod(
RegularInterface
.class);
IsDefaultTest.java
26
interface
RegularInterface
{
31
class ImplementsWithRegular implements
RegularInterface
{
56
printIsDefault(
RegularInterface
.class);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsTypeReferenceTest.java
41
private interface
RegularInterface
{}
45
private class ImplementsRegularInterface implements
RegularInterface
{}
77
assertLacksTypeVariable(
RegularInterface
.class);
Completed in 2974 milliseconds