Home
last modified time | relevance | path

Searched defs:staticTypes (Results 1 – 6 of 6) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DCrossProfileProviderAnnotationInfo.java27 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in CrossProfileProviderAnnotationInfo
30 ImmutableCollection<TypeElement> staticTypes) { in create()
DProviderClassInfo.java48 public abstract ImmutableCollection<CrossProfileTypeInfo> staticTypes(); in staticTypes() method in ProviderClassInfo
113 ImmutableSet<CrossProfileTypeInfo> staticTypes = staticTypesBuilder.build(); in create() local
133 ImmutableSet<CrossProfileTypeInfo> staticTypes, in findConnector()
DValidatorProviderClassInfo.java31 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in ValidatorProviderClassInfo
/external/connectedappssdk/annotations/src/main/java/com/google/android/enterprise/connectedapps/annotations/
DCrossProfileProvider.java37 Class<?>[] staticTypes() default {}; in staticTypes() method
DCrossUserProvider.java37 Class<?>[] staticTypes() default {}; in staticTypes() method
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/interfaces/
DCrossProfileProviderAnnotation.java21 Class<?>[] staticTypes(); in staticTypes() method