HomeSort by relevance Sort by last modified time
    Searched defs:Interface2 (Results 1 - 3 of 3) sorted by null

  /frameworks/support/lifecycle/common/src/test/java/androidx/lifecycle/observers/
Interface2.java 23 public interface Interface2 extends LifecycleObserver {
  /external/guava/guava-tests/test/com/google/common/eventbus/outside/
AnnotatedSubscriberFinderTests.java 339 interface Interface2 extends Interface1 {
358 static class SubscriberClass implements Interface2 {
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 202 TypeToken.of(Interface2.class),
209 TypeToken.of(Interface2.class),
229 Interface2.class,
236 Interface2.class,
274 public <A extends Interface1 & Interface2 & Interface3<String>>
278 .has().exactly(Interface1.class, Interface2.class, Interface3.class, Iterable.class);
553 private interface Interface2 {}
555 private interface Interface12 extends Interface1, Interface2 {}
    [all...]

Completed in 91 milliseconds