Home
last modified time | relevance | path

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

/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
H A 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()
H A DCrossProfileProviderAnnotationInfo.java27 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in CrossProfileProviderAnnotationInfo
30 ImmutableCollection<TypeElement> staticTypes) { in create()
H A DValidatorProviderClassInfo.java31 public abstract ImmutableCollection<TypeElement> staticTypes(); in staticTypes() method in ValidatorProviderClassInfo
/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/interfaces/
H A DCrossProfileProviderAnnotation.java21 Class<?>[] staticTypes(); in staticTypes() method
/aosp_15_r20/external/connectedappssdk/annotations/src/main/java/com/google/android/enterprise/connectedapps/annotations/
H A DCrossProfileProvider.java37 Class<?>[] staticTypes() default {}; in staticTypes() method
H A DCrossUserProvider.java37 Class<?>[] staticTypes() default {}; in staticTypes() method