Home
last modified time | relevance | path

Searched refs:jsr330 (Results 1 – 3 of 3) sorted by relevance

/external/jsr330/
DAndroid.mk28 LOCAL_MODULE := jsr330
34 LOCAL_MODULE := jsr330-host
40 LOCAL_MODULE := jsr330-hostdex
48 LOCAL_MODULE := jsr330-tck-host
49 LOCAL_JAVA_LIBRARIES := jsr330-host junit-host
/external/guice/
DAndroid.mk64 LOCAL_STATIC_JAVA_LIBRARIES := guava jsr330
76 LOCAL_STATIC_JAVA_LIBRARIES := guavalib jsr330-host
88 LOCAL_STATIC_JAVA_LIBRARIES := guava-hostdex jsr330-hostdex
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java433 final boolean jsr330; field in InjectionPoint.InjectableMember
442 jsr330 = true; in InjectableMember()
446 jsr330 = false; in InjectableMember()
605 !possiblyOverridden.jsr330 || possiblyOverridden.overrodeGuiceInject; in removeIfOverriddenBy()
680 if (injectableField.jsr330 && Modifier.isFinal(field.getModifiers())) { in getInjectionPoints()
786 if (injectableMethod.jsr330) { in isValidMethod()