Home
last modified time | relevance | path

Searched defs:type (Results 1 – 11 of 11) sorted by relevance

/appsearch/appsearch/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
46 "type": "module", string
54 "type": "module", string
62 "type": "module", string
70 "type": "module", string
78 "type": "module", string
/appsearch/appsearch-debug-view/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
46 "type": "module", string
54 "type": "module", string
62 "type": "module", string
70 "type": "module", string
/appsearch/appsearch-builtin-types/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
46 "type": "module", string
54 "type": "project", string
/appsearch/appsearch-local-storage/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
46 "type": "module", string
54 "type": "project", string
/appsearch/appsearch-play-services-storage/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
/appsearch/appsearch-platform-storage/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
/appsearch/appsearch/src/main/java/androidx/appsearch/safeparcel/
DAbstractSafeParcelable.java98 String type() default NULL; in type() method
152 String type() default NULL; in type() method
/appsearch/appsearch-builtin-types/src/main/java/androidx/appsearch/builtintypes/
DWebPage.java123 public @NonNull Self setSource(@Nullable String type) { in setSource()
DPerson.java76 public AdditionalName(@NameType int type, in AdditionalName()
457 long type = Preconditions.checkArgumentInRange(additionalNames.get(i).getType(), in setAdditionalNames() local
/appsearch/compiler/src/main/java/androidx/appsearch/compiler/
DAppSearchCompiler.java262 TypeElement type = element; in getAutoValueGeneratedClassName() local
DIntrospectionHelper.kt410 return allMethodsCache.computeIfAbsent(clazz) { type: TypeElement -> in <lambda>() method
472 class MethodTypeAndElement(val type: ExecutableType, val element: ExecutableElement) in <lambda>() constant in androidx.appsearch.compiler.IntrospectionHelper.MethodTypeAndElement