Home
last modified time | relevance | path

Searched defs:connectorElement (Results 1 – 3 of 3) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DConnectorInfo.java39 public static boolean isProfileConnector(Context context, TypeElement connectorElement) { in isProfileConnector()
43 public static boolean isUserConnector(Context context, TypeElement connectorElement) { in isUserConnector()
48 Context context, TypeElement connectorElement, String requiredType) { in isConnectorOfType()
67 public TypeElement connectorElement() { in connectorElement() method in ConnectorInfo
134 Context context, TypeElement connectorElement, SupportedTypes globalSupportedTypes) { in forProfileConnector()
141 Context context, TypeElement connectorElement, SupportedTypes globalSupportedTypes) { in forUserConnector()
DUserConnectorInfo.java51 public abstract TypeElement connectorElement(); in connectorElement() method in UserConnectorInfo
72 Context context, TypeElement connectorElement, SupportedTypes globalSupportedTypes) { in create()
107 Context context, TypeElement connectorElement) { in extractFromCustomUserConnectorAnnotation()
147 public static ClassName getDefaultServiceName(Context context, TypeElement connectorElement) { in getDefaultServiceName()
DProfileConnectorInfo.java58 public abstract TypeElement connectorElement(); in connectorElement() method in ProfileConnectorInfo
83 Context context, TypeElement connectorElement, SupportedTypes globalSupportedTypes) { in create()
122 Context context, Elements elements, TypeElement connectorElement) { in extractFromCustomProfileConnectorAnnotation()
166 public static ClassName getDefaultServiceName(Elements elements, TypeElement connectorElement) { in getDefaultServiceName()