META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/app/appsearch/
android/app/appsearch/AppSearchBatchResult$Builder.class
AppSearchBatchResult.java
package android.app.appsearch
public final android.app.appsearch.AppSearchBatchResult$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.AppSearchBatchResult build ()
public android.app.appsearch.AppSearchBatchResult$Builder setFailure (java.lang.Object, int, java.lang.String)
Object key
int resultCode
String errorMessage
public android.app.appsearch.AppSearchBatchResult$Builder setResult (java.lang.Object, android.app.appsearch.AppSearchResult)
Object key
android.app.appsearch.AppSearchResult result
public android.app.appsearch.AppSearchBatchResult$Builder setSuccess (java.lang.Object, java.lang.Object)
Object key
Object value
}
android/app/appsearch/AppSearchBatchResult.class
AppSearchBatchResult.java
package android.app.appsearch
public final android.app.appsearch.AppSearchBatchResult extends java.lang.Object {
void <init> ()
public java.util.Map getAll ()
public java.util.Map getFailures ()
public java.util.Map getSuccesses ()
public boolean isSuccess ()
public java.lang.String toString ()
}
android/app/appsearch/AppSearchManager$SearchContext$Builder.class
AppSearchManager.java
package android.app.appsearch
public final android.app.appsearch.AppSearchManager$SearchContext$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String databaseName
public android.app.appsearch.AppSearchManager$SearchContext build ()
}
android/app/appsearch/AppSearchManager$SearchContext.class
AppSearchManager.java
package android.app.appsearch
public final android.app.appsearch.AppSearchManager$SearchContext extends java.lang.Object {
void <init> ()
public java.lang.String getDatabaseName ()
}
android/app/appsearch/AppSearchManager.class
AppSearchManager.java
package android.app.appsearch
public android.app.appsearch.AppSearchManager extends java.lang.Object {
void <init> ()
public void createEnterpriseGlobalSearchSession (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void createGlobalSearchSession (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void createSearchSession (android.app.appsearch.AppSearchManager$SearchContext, java.util.concurrent.Executor, java.util.function.Consumer)
android.app.appsearch.AppSearchManager$SearchContext searchContext
java.util.concurrent.Executor executor
java.util.function.Consumer callback
}
android/app/appsearch/AppSearchManagerFrameworkInitializer.class
AppSearchManagerFrameworkInitializer.java
package android.app.appsearch
public android.app.appsearch.AppSearchManagerFrameworkInitializer extends java.lang.Object {
void <init> ()
public static void initialize ()
}
android/app/appsearch/AppSearchResult.class
AppSearchResult.java
package android.app.appsearch
public final android.app.appsearch.AppSearchResult extends java.lang.Object {
public static final int RESULT_INTERNAL_ERROR
public static final int RESULT_INVALID_ARGUMENT
public static final int RESULT_INVALID_SCHEMA
public static final int RESULT_IO_ERROR
public static final int RESULT_NOT_FOUND
public static final int RESULT_OK
public static final int RESULT_OUT_OF_SPACE
public static final int RESULT_SECURITY_ERROR
public static final int RESULT_UNKNOWN_ERROR
void <init> ()
public boolean equals (java.lang.Object)
Object other
public java.lang.String getErrorMessage ()
public int getResultCode ()
public java.lang.Object getResultValue ()
public int hashCode ()
public boolean isSuccess ()
public static android.app.appsearch.AppSearchResult newFailedResult (int, java.lang.String)
int resultCode
String errorMessage
public static android.app.appsearch.AppSearchResult newSuccessfulResult (java.lang.Object)
Object value
public java.lang.String toString ()
}
android/app/appsearch/AppSearchSchema$BooleanPropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$BooleanPropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyName
public android.app.appsearch.AppSearchSchema$BooleanPropertyConfig build ()
public android.app.appsearch.AppSearchSchema$BooleanPropertyConfig$Builder setCardinality (int)
int cardinality
}
android/app/appsearch/AppSearchSchema$BooleanPropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$BooleanPropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
void <init> ()
}
android/app/appsearch/AppSearchSchema$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String schemaType
public android.app.appsearch.AppSearchSchema$Builder addParentType (java.lang.String)
String parentSchemaType
public android.app.appsearch.AppSearchSchema$Builder addProperty (android.app.appsearch.AppSearchSchema$PropertyConfig)
android.app.appsearch.AppSearchSchema$PropertyConfig propertyConfig
public android.app.appsearch.AppSearchSchema build ()
}
android/app/appsearch/AppSearchSchema$BytesPropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$BytesPropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyName
public android.app.appsearch.AppSearchSchema$BytesPropertyConfig build ()
public android.app.appsearch.AppSearchSchema$BytesPropertyConfig$Builder setCardinality (int)
int cardinality
}
android/app/appsearch/AppSearchSchema$BytesPropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$BytesPropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
void <init> ()
}
android/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String)
String propertyName
String schemaType
public transient android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder addIndexableNestedProperties (java.lang.String[])
String[] indexableNestedProperties
public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder addIndexableNestedProperties (java.util.Collection)
java.util.Collection indexableNestedProperties
public transient android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder addIndexableNestedPropertyPaths (android.app.appsearch.PropertyPath[])
android.app.appsearch.PropertyPath[] indexableNestedPropertyPaths
public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder addIndexableNestedPropertyPaths (java.util.Collection)
java.util.Collection indexableNestedPropertyPaths
public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig build ()
public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder setCardinality (int)
int cardinality
public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder setShouldIndexNestedProperties (boolean)
boolean indexNestedProperties
}
android/app/appsearch/AppSearchSchema$DocumentPropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$DocumentPropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
void <init> ()
public java.util.List getIndexableNestedProperties ()
public java.lang.String getSchemaType ()
public boolean shouldIndexNestedProperties ()
}
android/app/appsearch/AppSearchSchema$DoublePropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$DoublePropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyName
public android.app.appsearch.AppSearchSchema$DoublePropertyConfig build ()
public android.app.appsearch.AppSearchSchema$DoublePropertyConfig$Builder setCardinality (int)
int cardinality
}
android/app/appsearch/AppSearchSchema$DoublePropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$DoublePropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
void <init> ()
}
android/app/appsearch/AppSearchSchema$EmbeddingPropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$EmbeddingPropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyName
public android.app.appsearch.AppSearchSchema$EmbeddingPropertyConfig build ()
public android.app.appsearch.AppSearchSchema$EmbeddingPropertyConfig$Builder setCardinality (int)
int cardinality
public android.app.appsearch.AppSearchSchema$EmbeddingPropertyConfig$Builder setIndexingType (int)
int indexingType
}
android/app/appsearch/AppSearchSchema$EmbeddingPropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$EmbeddingPropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
public static final int INDEXING_TYPE_NONE
public static final int INDEXING_TYPE_SIMILARITY
public static final int QUANTIZATION_TYPE_8_BIT
public static final int QUANTIZATION_TYPE_NONE
void <init> ()
public int getIndexingType ()
}
android/app/appsearch/AppSearchSchema$LongPropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$LongPropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyName
public android.app.appsearch.AppSearchSchema$LongPropertyConfig build ()
public android.app.appsearch.AppSearchSchema$LongPropertyConfig$Builder setCardinality (int)
int cardinality
public android.app.appsearch.AppSearchSchema$LongPropertyConfig$Builder setIndexingType (int)
int indexingType
}
android/app/appsearch/AppSearchSchema$LongPropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$LongPropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
public static final int INDEXING_TYPE_NONE
public static final int INDEXING_TYPE_RANGE
void <init> ()
public int getIndexingType ()
}
android/app/appsearch/AppSearchSchema$PropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public abstract android.app.appsearch.AppSearchSchema$PropertyConfig extends java.lang.Object {
public static final int CARDINALITY_OPTIONAL
public static final int CARDINALITY_REPEATED
public static final int CARDINALITY_REQUIRED
void <init> ()
public boolean equals (java.lang.Object)
Object other
public int getCardinality ()
public java.lang.String getName ()
public int hashCode ()
public java.lang.String toString ()
}
android/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyName
public android.app.appsearch.AppSearchSchema$StringPropertyConfig build ()
public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setCardinality (int)
int cardinality
public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setIndexingType (int)
int indexingType
public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setJoinableValueType (int)
int joinableValueType
public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setTokenizerType (int)
int tokenizerType
}
android/app/appsearch/AppSearchSchema$StringPropertyConfig.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema$StringPropertyConfig extends android.app.appsearch.AppSearchSchema$PropertyConfig {
public static final int INDEXING_TYPE_EXACT_TERMS
public static final int INDEXING_TYPE_NONE
public static final int INDEXING_TYPE_PREFIXES
public static final int JOINABLE_VALUE_TYPE_NONE
public static final int JOINABLE_VALUE_TYPE_QUALIFIED_ID
public static final int TOKENIZER_TYPE_NONE
public static final int TOKENIZER_TYPE_PLAIN
public static final int TOKENIZER_TYPE_RFC822
public static final int TOKENIZER_TYPE_VERBATIM
void <init> ()
public int getIndexingType ()
public int getJoinableValueType ()
public int getTokenizerType ()
}
android/app/appsearch/AppSearchSchema.class
AppSearchSchema.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSchema extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public boolean equals (java.lang.Object)
Object other
public java.util.List getParentTypes ()
public java.util.List getProperties ()
public java.lang.String getSchemaType ()
public int hashCode ()
public java.lang.String toString ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/AppSearchSession.class
AppSearchSession.java
package android.app.appsearch
public final android.app.appsearch.AppSearchSession extends java.lang.Object implements java.io.Closeable {
void <init> ()
public void close ()
public void getByDocumentId (android.app.appsearch.GetByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
android.app.appsearch.GetByDocumentIdRequest request
java.util.concurrent.Executor executor
android.app.appsearch.BatchResultCallback callback
public void getNamespaces (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void getSchema (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void getStorageInfo (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void put (android.app.appsearch.PutDocumentsRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
android.app.appsearch.PutDocumentsRequest request
java.util.concurrent.Executor executor
android.app.appsearch.BatchResultCallback callback
public void remove (android.app.appsearch.RemoveByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
android.app.appsearch.RemoveByDocumentIdRequest request
java.util.concurrent.Executor executor
android.app.appsearch.BatchResultCallback callback
public void remove (java.lang.String, android.app.appsearch.SearchSpec, java.util.concurrent.Executor, java.util.function.Consumer)
String queryExpression
android.app.appsearch.SearchSpec searchSpec
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void reportUsage (android.app.appsearch.ReportUsageRequest, java.util.concurrent.Executor, java.util.function.Consumer)
android.app.appsearch.ReportUsageRequest request
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public android.app.appsearch.SearchResults search (java.lang.String, android.app.appsearch.SearchSpec)
String queryExpression
android.app.appsearch.SearchSpec searchSpec
public void searchSuggestion (java.lang.String, android.app.appsearch.SearchSuggestionSpec, java.util.concurrent.Executor, java.util.function.Consumer)
String suggestionQueryExpression
android.app.appsearch.SearchSuggestionSpec searchSuggestionSpec
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void setSchema (android.app.appsearch.SetSchemaRequest, java.util.concurrent.Executor, java.util.concurrent.Executor, java.util.function.Consumer)
android.app.appsearch.SetSchemaRequest request
java.util.concurrent.Executor workExecutor
java.util.concurrent.Executor callbackExecutor
java.util.function.Consumer callback
}
android/app/appsearch/BatchResultCallback.class
BatchResultCallback.java
package android.app.appsearch
public abstract android.app.appsearch.BatchResultCallback extends java.lang.Object {
public abstract void onResult (android.app.appsearch.AppSearchBatchResult)
public void onSystemError (java.lang.Throwable)
Throwable throwable
}
android/app/appsearch/EmbeddingVector.class
EmbeddingVector.java
package android.app.appsearch
public final android.app.appsearch.EmbeddingVector extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
public void <init> (float[], java.lang.String)
float[] values
String modelSignature
public final int describeContents ()
public boolean equals (java.lang.Object)
Object o
public java.lang.String getModelSignature ()
public float[] getValues ()
public int hashCode ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/EnterpriseGlobalSearchSession.class
EnterpriseGlobalSearchSession.java
package android.app.appsearch
public android.app.appsearch.EnterpriseGlobalSearchSession extends java.lang.Object {
void <init> ()
public void getByDocumentId (java.lang.String, java.lang.String, android.app.appsearch.GetByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
String packageName
String databaseName
android.app.appsearch.GetByDocumentIdRequest request
java.util.concurrent.Executor executor
android.app.appsearch.BatchResultCallback callback
public void getSchema (java.lang.String, java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer)
String packageName
String databaseName
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public android.app.appsearch.SearchResults search (java.lang.String, android.app.appsearch.SearchSpec)
String queryExpression
android.app.appsearch.SearchSpec searchSpec
}
android/app/appsearch/GenericDocument$Builder.class
GenericDocument.java
package android.app.appsearch
public android.app.appsearch.GenericDocument$Builder extends java.lang.Object {
public void <init> (android.app.appsearch.GenericDocument)
android.app.appsearch.GenericDocument document
public void <init> (java.lang.String, java.lang.String, java.lang.String)
String namespace
String id
String schemaType
public android.app.appsearch.GenericDocument build ()
public android.app.appsearch.GenericDocument$Builder clearProperty (java.lang.String)
String name
public android.app.appsearch.GenericDocument$Builder setCreationTimestampMillis (long)
long creationTimestampMillis
public android.app.appsearch.GenericDocument$Builder setId (java.lang.String)
String id
public android.app.appsearch.GenericDocument$Builder setNamespace (java.lang.String)
String namespace
public transient android.app.appsearch.GenericDocument$Builder setPropertyBoolean (java.lang.String, boolean[])
String name
boolean[] values
public transient android.app.appsearch.GenericDocument$Builder setPropertyBytes (java.lang.String, byte[][])
String name
byte[][] values
public transient android.app.appsearch.GenericDocument$Builder setPropertyDocument (java.lang.String, android.app.appsearch.GenericDocument[])
String name
android.app.appsearch.GenericDocument[] values
public transient android.app.appsearch.GenericDocument$Builder setPropertyDouble (java.lang.String, double[])
String name
double[] values
public transient android.app.appsearch.GenericDocument$Builder setPropertyEmbedding (java.lang.String, android.app.appsearch.EmbeddingVector[])
String name
android.app.appsearch.EmbeddingVector[] values
public transient android.app.appsearch.GenericDocument$Builder setPropertyLong (java.lang.String, long[])
String name
long[] values
public transient android.app.appsearch.GenericDocument$Builder setPropertyString (java.lang.String, java.lang.String[])
String name
String[] values
public android.app.appsearch.GenericDocument$Builder setSchemaType (java.lang.String)
String schemaType
public android.app.appsearch.GenericDocument$Builder setScore (int)
int score
public android.app.appsearch.GenericDocument$Builder setTtlMillis (long)
long ttlMillis
}
android/app/appsearch/GenericDocument.class
GenericDocument.java
package android.app.appsearch
public android.app.appsearch.GenericDocument extends java.lang.Object {
protected void <init> (android.app.appsearch.GenericDocument)
android.app.appsearch.GenericDocument document
public static android.app.appsearch.GenericDocument createFromParcel (android.os.Parcel)
android.os.Parcel parcel
public boolean equals (java.lang.Object)
Object other
public long getCreationTimestampMillis ()
public java.lang.String getId ()
public static int getMaxIndexedProperties ()
public java.lang.String getNamespace ()
public java.lang.Object getProperty (java.lang.String)
String path
public boolean getPropertyBoolean (java.lang.String)
String path
public boolean[] getPropertyBooleanArray (java.lang.String)
String path
public byte[] getPropertyBytes (java.lang.String)
String path
public byte[][] getPropertyBytesArray (java.lang.String)
String path
public android.app.appsearch.GenericDocument getPropertyDocument (java.lang.String)
String path
public android.app.appsearch.GenericDocument[] getPropertyDocumentArray (java.lang.String)
String path
public double getPropertyDouble (java.lang.String)
String path
public double[] getPropertyDoubleArray (java.lang.String)
String path
public android.app.appsearch.EmbeddingVector getPropertyEmbedding (java.lang.String)
String path
public android.app.appsearch.EmbeddingVector[] getPropertyEmbeddingArray (java.lang.String)
String path
public long getPropertyLong (java.lang.String)
String path
public long[] getPropertyLongArray (java.lang.String)
String path
public java.util.Set getPropertyNames ()
public java.lang.String getPropertyString (java.lang.String)
String path
public java.lang.String[] getPropertyStringArray (java.lang.String)
String path
public java.lang.String getSchemaType ()
public int getScore ()
public long getTtlMillis ()
public int hashCode ()
public java.lang.String toString ()
public final void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
}
android/app/appsearch/GetByDocumentIdRequest$Builder.class
GetByDocumentIdRequest.java
package android.app.appsearch
public final android.app.appsearch.GetByDocumentIdRequest$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String namespace
public transient android.app.appsearch.GetByDocumentIdRequest$Builder addIds (java.lang.String[])
String[] ids
public android.app.appsearch.GetByDocumentIdRequest$Builder addIds (java.util.Collection)
java.util.Collection ids
public android.app.appsearch.GetByDocumentIdRequest$Builder addProjection (java.lang.String, java.util.Collection)
String schemaType
java.util.Collection propertyPaths
public android.app.appsearch.GetByDocumentIdRequest$Builder addProjectionPaths (java.lang.String, java.util.Collection)
String schemaType
java.util.Collection propertyPaths
public android.app.appsearch.GetByDocumentIdRequest build ()
}
android/app/appsearch/GetByDocumentIdRequest.class
GetByDocumentIdRequest.java
package android.app.appsearch
public final android.app.appsearch.GetByDocumentIdRequest extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
public static final String PROJECTION_SCHEMA_TYPE_WILDCARD
void <init> ()
public final int describeContents ()
public java.util.Set getIds ()
public java.lang.String getNamespace ()
public java.util.Map getProjectionPaths ()
public java.util.Map getProjections ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/GetSchemaResponse$Builder.class
GetSchemaResponse.java
package android.app.appsearch
public final android.app.appsearch.GetSchemaResponse$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.GetSchemaResponse$Builder addSchema (android.app.appsearch.AppSearchSchema)
android.app.appsearch.AppSearchSchema schema
public android.app.appsearch.GetSchemaResponse$Builder addSchemaTypeNotDisplayedBySystem (java.lang.String)
String schemaType
public android.app.appsearch.GetSchemaResponse build ()
public android.app.appsearch.GetSchemaResponse$Builder setPubliclyVisibleSchema (java.lang.String, android.app.appsearch.PackageIdentifier)
String schemaType
android.app.appsearch.PackageIdentifier packageIdentifier
public android.app.appsearch.GetSchemaResponse$Builder setRequiredPermissionsForSchemaTypeVisibility (java.lang.String, java.util.Set)
String schemaType
java.util.Set visibleToPermissionSets
public android.app.appsearch.GetSchemaResponse$Builder setSchemaTypeVisibleToConfigs (java.lang.String, java.util.Set)
String schemaType
java.util.Set visibleToConfigs
public android.app.appsearch.GetSchemaResponse$Builder setSchemaTypeVisibleToPackages (java.lang.String, java.util.Set)
String schemaType
java.util.Set packageIdentifiers
public android.app.appsearch.GetSchemaResponse$Builder setVersion (int)
int version
}
android/app/appsearch/GetSchemaResponse.class
GetSchemaResponse.java
package android.app.appsearch
public final android.app.appsearch.GetSchemaResponse extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.util.Map getPubliclyVisibleSchemas ()
public java.util.Map getRequiredPermissionsForSchemaTypeVisibility ()
public java.util.Set getSchemaTypesNotDisplayedBySystem ()
public java.util.Map getSchemaTypesVisibleToConfigs ()
public java.util.Map getSchemaTypesVisibleToPackages ()
public java.util.Set getSchemas ()
public int getVersion ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/GlobalSearchSession.class
GlobalSearchSession.java
package android.app.appsearch
public android.app.appsearch.GlobalSearchSession extends java.lang.Object implements java.io.Closeable {
void <init> ()
public void close ()
public void getByDocumentId (java.lang.String, java.lang.String, android.app.appsearch.GetByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
String packageName
String databaseName
android.app.appsearch.GetByDocumentIdRequest request
java.util.concurrent.Executor executor
android.app.appsearch.BatchResultCallback callback
public void getSchema (java.lang.String, java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer)
String packageName
String databaseName
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public void registerObserverCallback (java.lang.String, android.app.appsearch.observer.ObserverSpec, java.util.concurrent.Executor, android.app.appsearch.observer.ObserverCallback) throws android.app.appsearch.exceptions.AppSearchException
String targetPackageName
android.app.appsearch.observer.ObserverSpec spec
java.util.concurrent.Executor executor
android.app.appsearch.observer.ObserverCallback observer
public void reportSystemUsage (android.app.appsearch.ReportSystemUsageRequest, java.util.concurrent.Executor, java.util.function.Consumer)
android.app.appsearch.ReportSystemUsageRequest request
java.util.concurrent.Executor executor
java.util.function.Consumer callback
public android.app.appsearch.SearchResults search (java.lang.String, android.app.appsearch.SearchSpec)
String queryExpression
android.app.appsearch.SearchSpec searchSpec
public void unregisterObserverCallback (java.lang.String, android.app.appsearch.observer.ObserverCallback) throws android.app.appsearch.exceptions.AppSearchException
String targetPackageName
android.app.appsearch.observer.ObserverCallback observer
}
android/app/appsearch/JoinSpec$Builder.class
JoinSpec.java
package android.app.appsearch
public final android.app.appsearch.JoinSpec$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String childPropertyExpression
public android.app.appsearch.JoinSpec build ()
public android.app.appsearch.JoinSpec$Builder setAggregationScoringStrategy (int)
int aggregationScoringStrategy
public android.app.appsearch.JoinSpec$Builder setMaxJoinedResultCount (int)
int maxJoinedResultCount
public android.app.appsearch.JoinSpec$Builder setNestedSearch (java.lang.String, android.app.appsearch.SearchSpec)
String nestedQuery
android.app.appsearch.SearchSpec nestedSearchSpec
}
android/app/appsearch/JoinSpec.class
JoinSpec.java
package android.app.appsearch
public final android.app.appsearch.JoinSpec extends java.lang.Object implements android.os.Parcelable {
public static final int AGGREGATION_SCORING_AVG_RANKING_SIGNAL
public static final int AGGREGATION_SCORING_MAX_RANKING_SIGNAL
public static final int AGGREGATION_SCORING_MIN_RANKING_SIGNAL
public static final int AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL
public static final int AGGREGATION_SCORING_RESULT_COUNT
public static final int AGGREGATION_SCORING_SUM_RANKING_SIGNAL
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public int getAggregationScoringStrategy ()
public java.lang.String getChildPropertyExpression ()
public int getMaxJoinedResultCount ()
public java.lang.String getNestedQuery ()
public android.app.appsearch.SearchSpec getNestedSearchSpec ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/Migrator.class
Migrator.java
package android.app.appsearch
public abstract android.app.appsearch.Migrator extends java.lang.Object {
public void <init> ()
public abstract android.app.appsearch.GenericDocument onDowngrade (int, int, android.app.appsearch.GenericDocument)
public abstract android.app.appsearch.GenericDocument onUpgrade (int, int, android.app.appsearch.GenericDocument)
public abstract boolean shouldMigrate (int, int)
}
android/app/appsearch/PackageIdentifier.class
PackageIdentifier.java
package android.app.appsearch
public android.app.appsearch.PackageIdentifier extends java.lang.Object {
public void <init> (java.lang.String, byte[])
String packageName
byte[] sha256Certificate
public boolean equals (java.lang.Object)
Object obj
public java.lang.String getPackageName ()
public byte[] getSha256Certificate ()
public int hashCode ()
}
android/app/appsearch/PropertyPath$PathSegment.class
PropertyPath.java
package android.app.appsearch
public android.app.appsearch.PropertyPath$PathSegment extends java.lang.Object {
public static final int NON_REPEATED_CARDINALITY
void <init> ()
public static android.app.appsearch.PropertyPath$PathSegment create (java.lang.String)
String propertyName
public static android.app.appsearch.PropertyPath$PathSegment create (java.lang.String, int)
String propertyName
int propertyIndex
public boolean equals (java.lang.Object)
Object o
public int getPropertyIndex ()
public java.lang.String getPropertyName ()
public int hashCode ()
public java.lang.String toString ()
}
android/app/appsearch/PropertyPath.class
PropertyPath.java
package android.app.appsearch
public android.app.appsearch.PropertyPath extends java.lang.Object implements java.lang.Iterable {
public void <init> (java.lang.String)
String path
public void <init> (java.util.List)
java.util.List pathList
public boolean equals (java.lang.Object)
Object o
public android.app.appsearch.PropertyPath$PathSegment get (int)
int index
public int hashCode ()
public java.util.Iterator iterator ()
public int size ()
public java.lang.String toString ()
}
android/app/appsearch/PutDocumentsRequest$Builder.class
PutDocumentsRequest.java
package android.app.appsearch
public final android.app.appsearch.PutDocumentsRequest$Builder extends java.lang.Object {
public void <init> ()
public transient android.app.appsearch.PutDocumentsRequest$Builder addGenericDocuments (android.app.appsearch.GenericDocument[])
android.app.appsearch.GenericDocument[] documents
public android.app.appsearch.PutDocumentsRequest$Builder addGenericDocuments (java.util.Collection)
java.util.Collection documents
public transient android.app.appsearch.PutDocumentsRequest$Builder addTakenActionGenericDocuments (android.app.appsearch.GenericDocument[]) throws android.app.appsearch.exceptions.AppSearchException
android.app.appsearch.GenericDocument[] takenActionGenericDocuments
public android.app.appsearch.PutDocumentsRequest$Builder addTakenActionGenericDocuments (java.util.Collection) throws android.app.appsearch.exceptions.AppSearchException
java.util.Collection takenActionGenericDocuments
public android.app.appsearch.PutDocumentsRequest build ()
}
android/app/appsearch/PutDocumentsRequest.class
PutDocumentsRequest.java
package android.app.appsearch
public final android.app.appsearch.PutDocumentsRequest extends java.lang.Object {
void <init> ()
public java.util.List getGenericDocuments ()
public java.util.List getTakenActionGenericDocuments ()
}
android/app/appsearch/RemoveByDocumentIdRequest$Builder.class
RemoveByDocumentIdRequest.java
package android.app.appsearch
public final android.app.appsearch.RemoveByDocumentIdRequest$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String namespace
public transient android.app.appsearch.RemoveByDocumentIdRequest$Builder addIds (java.lang.String[])
String[] ids
public android.app.appsearch.RemoveByDocumentIdRequest$Builder addIds (java.util.Collection)
java.util.Collection ids
public android.app.appsearch.RemoveByDocumentIdRequest build ()
}
android/app/appsearch/RemoveByDocumentIdRequest.class
RemoveByDocumentIdRequest.java
package android.app.appsearch
public final android.app.appsearch.RemoveByDocumentIdRequest extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.util.Set getIds ()
public java.lang.String getNamespace ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/ReportSystemUsageRequest$Builder.class
ReportSystemUsageRequest.java
package android.app.appsearch
public final android.app.appsearch.ReportSystemUsageRequest$Builder extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String, java.lang.String, java.lang.String)
String packageName
String databaseName
String namespace
String documentId
public android.app.appsearch.ReportSystemUsageRequest build ()
public android.app.appsearch.ReportSystemUsageRequest$Builder setUsageTimestampMillis (long)
long usageTimestampMillis
}
android/app/appsearch/ReportSystemUsageRequest.class
ReportSystemUsageRequest.java
package android.app.appsearch
public final android.app.appsearch.ReportSystemUsageRequest extends java.lang.Object {
void <init> ()
public java.lang.String getDatabaseName ()
public java.lang.String getDocumentId ()
public java.lang.String getNamespace ()
public java.lang.String getPackageName ()
public long getUsageTimestampMillis ()
}
android/app/appsearch/ReportUsageRequest$Builder.class
ReportUsageRequest.java
package android.app.appsearch
public final android.app.appsearch.ReportUsageRequest$Builder extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String)
String namespace
String documentId
public android.app.appsearch.ReportUsageRequest build ()
public android.app.appsearch.ReportUsageRequest$Builder setUsageTimestampMillis (long)
long usageTimestampMillis
}
android/app/appsearch/ReportUsageRequest.class
ReportUsageRequest.java
package android.app.appsearch
public final android.app.appsearch.ReportUsageRequest extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.lang.String getDocumentId ()
public java.lang.String getNamespace ()
public long getUsageTimestampMillis ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SchemaVisibilityConfig$Builder.class
SchemaVisibilityConfig.java
package android.app.appsearch
public final android.app.appsearch.SchemaVisibilityConfig$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.SchemaVisibilityConfig$Builder addAllowedPackage (android.app.appsearch.PackageIdentifier)
android.app.appsearch.PackageIdentifier packageIdentifier
public android.app.appsearch.SchemaVisibilityConfig$Builder addRequiredPermissions (java.util.Set)
java.util.Set visibleToPermissions
public android.app.appsearch.SchemaVisibilityConfig build ()
public android.app.appsearch.SchemaVisibilityConfig$Builder clearAllowedPackages ()
public android.app.appsearch.SchemaVisibilityConfig$Builder clearRequiredPermissions ()
public android.app.appsearch.SchemaVisibilityConfig$Builder setPubliclyVisibleTargetPackage (android.app.appsearch.PackageIdentifier)
android.app.appsearch.PackageIdentifier packageIdentifier
}
android/app/appsearch/SchemaVisibilityConfig.class
SchemaVisibilityConfig.java
package android.app.appsearch
public final android.app.appsearch.SchemaVisibilityConfig extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public boolean equals (java.lang.Object)
Object o
public java.util.List getAllowedPackages ()
public android.app.appsearch.PackageIdentifier getPubliclyVisibleTargetPackage ()
public java.util.Set getRequiredPermissions ()
public int hashCode ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SearchResult$Builder.class
SearchResult.java
package android.app.appsearch
public final android.app.appsearch.SearchResult$Builder extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String)
String packageName
String databaseName
public android.app.appsearch.SearchResult$Builder addInformationalRankingSignal (double)
double rankingSignal
public android.app.appsearch.SearchResult$Builder addJoinedResult (android.app.appsearch.SearchResult)
android.app.appsearch.SearchResult joinedResult
public android.app.appsearch.SearchResult$Builder addMatchInfo (android.app.appsearch.SearchResult$MatchInfo)
android.app.appsearch.SearchResult$MatchInfo matchInfo
public android.app.appsearch.SearchResult build ()
public android.app.appsearch.SearchResult$Builder setGenericDocument (android.app.appsearch.GenericDocument)
android.app.appsearch.GenericDocument document
public android.app.appsearch.SearchResult$Builder setRankingSignal (double)
double rankingSignal
}
android/app/appsearch/SearchResult$MatchInfo$Builder.class
SearchResult.java
package android.app.appsearch
public final android.app.appsearch.SearchResult$MatchInfo$Builder extends java.lang.Object {
public void <init> (java.lang.String)
String propertyPath
public android.app.appsearch.SearchResult$MatchInfo build ()
public android.app.appsearch.SearchResult$MatchInfo$Builder setExactMatchRange (android.app.appsearch.SearchResult$MatchRange)
android.app.appsearch.SearchResult$MatchRange matchRange
public android.app.appsearch.SearchResult$MatchInfo$Builder setSnippetRange (android.app.appsearch.SearchResult$MatchRange)
android.app.appsearch.SearchResult$MatchRange matchRange
public android.app.appsearch.SearchResult$MatchInfo$Builder setSubmatchRange (android.app.appsearch.SearchResult$MatchRange)
android.app.appsearch.SearchResult$MatchRange matchRange
}
android/app/appsearch/SearchResult$MatchInfo.class
SearchResult.java
package android.app.appsearch
public final android.app.appsearch.SearchResult$MatchInfo extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.lang.CharSequence getExactMatch ()
public android.app.appsearch.SearchResult$MatchRange getExactMatchRange ()
public java.lang.String getFullText ()
public java.lang.String getPropertyPath ()
public android.app.appsearch.PropertyPath getPropertyPathObject ()
public java.lang.CharSequence getSnippet ()
public android.app.appsearch.SearchResult$MatchRange getSnippetRange ()
public java.lang.CharSequence getSubmatch ()
public android.app.appsearch.SearchResult$MatchRange getSubmatchRange ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SearchResult$MatchRange.class
SearchResult.java
package android.app.appsearch
public final android.app.appsearch.SearchResult$MatchRange extends java.lang.Object {
public void <init> (int, int)
int start
int end
public boolean equals (java.lang.Object)
Object other
public int getEnd ()
public int getStart ()
public int hashCode ()
public java.lang.String toString ()
}
android/app/appsearch/SearchResult.class
SearchResult.java
package android.app.appsearch
public final android.app.appsearch.SearchResult extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.lang.String getDatabaseName ()
public android.app.appsearch.GenericDocument getGenericDocument ()
public java.util.List getInformationalRankingSignals ()
public java.util.List getJoinedResults ()
public java.util.List getMatchInfos ()
public java.lang.String getPackageName ()
public double getRankingSignal ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SearchResults.class
SearchResults.java
package android.app.appsearch
public android.app.appsearch.SearchResults extends java.lang.Object implements java.io.Closeable {
void <init> ()
public void close ()
public void getNextPage (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer callback
}
android/app/appsearch/SearchSpec$Builder.class
SearchSpec.java
package android.app.appsearch
public final android.app.appsearch.SearchSpec$Builder extends java.lang.Object {
public void <init> ()
public transient android.app.appsearch.SearchSpec$Builder addEmbeddingParameters (android.app.appsearch.EmbeddingVector[])
android.app.appsearch.EmbeddingVector[] searchEmbeddings
public android.app.appsearch.SearchSpec$Builder addEmbeddingParameters (java.util.Collection)
java.util.Collection searchEmbeddings
public transient android.app.appsearch.SearchSpec$Builder addFilterNamespaces (java.lang.String[])
String[] namespaces
public android.app.appsearch.SearchSpec$Builder addFilterNamespaces (java.util.Collection)
java.util.Collection namespaces
public transient android.app.appsearch.SearchSpec$Builder addFilterPackageNames (java.lang.String[])
String[] packageNames
public android.app.appsearch.SearchSpec$Builder addFilterPackageNames (java.util.Collection)
java.util.Collection packageNames
public android.app.appsearch.SearchSpec$Builder addFilterProperties (java.lang.String, java.util.Collection)
String schema
java.util.Collection propertyPaths
public android.app.appsearch.SearchSpec$Builder addFilterPropertyPaths (java.lang.String, java.util.Collection)
String schema
java.util.Collection propertyPaths
public transient android.app.appsearch.SearchSpec$Builder addFilterSchemas (java.lang.String[])
String[] schemas
public android.app.appsearch.SearchSpec$Builder addFilterSchemas (java.util.Collection)
java.util.Collection schemas
public transient android.app.appsearch.SearchSpec$Builder addInformationalRankingExpressions (java.lang.String[])
String[] informationalRankingExpressions
public android.app.appsearch.SearchSpec$Builder addInformationalRankingExpressions (java.util.Collection)
java.util.Collection informationalRankingExpressions
public android.app.appsearch.SearchSpec$Builder addProjection (java.lang.String, java.util.Collection)
String schema
java.util.Collection propertyPaths
public android.app.appsearch.SearchSpec$Builder addProjectionPaths (java.lang.String, java.util.Collection)
String schema
java.util.Collection propertyPaths
public transient android.app.appsearch.SearchSpec$Builder addSearchStringParameters (java.lang.String[])
String[] searchStringParameters
public android.app.appsearch.SearchSpec$Builder addSearchStringParameters (java.util.List)
java.util.List searchStringParameters
public android.app.appsearch.SearchSpec build ()
public android.app.appsearch.SearchSpec$Builder setDefaultEmbeddingSearchMetricType (int)
int defaultEmbeddingSearchMetricType
public android.app.appsearch.SearchSpec$Builder setJoinSpec (android.app.appsearch.JoinSpec)
android.app.appsearch.JoinSpec joinSpec
public android.app.appsearch.SearchSpec$Builder setListFilterHasPropertyFunctionEnabled (boolean)
boolean enabled
public android.app.appsearch.SearchSpec$Builder setListFilterQueryLanguageEnabled (boolean)
boolean enabled
public android.app.appsearch.SearchSpec$Builder setMaxSnippetSize (int)
int maxSnippetSize
public android.app.appsearch.SearchSpec$Builder setNumericSearchEnabled (boolean)
boolean enabled
public android.app.appsearch.SearchSpec$Builder setOrder (int)
int order
public android.app.appsearch.SearchSpec$Builder setPropertyWeightPaths (java.lang.String, java.util.Map)
String schemaType
java.util.Map propertyPathWeights
public android.app.appsearch.SearchSpec$Builder setPropertyWeights (java.lang.String, java.util.Map)
String schemaType
java.util.Map propertyPathWeights
public android.app.appsearch.SearchSpec$Builder setRankingStrategy (int)
int rankingStrategy
public android.app.appsearch.SearchSpec$Builder setRankingStrategy (java.lang.String)
String advancedRankingExpression
public android.app.appsearch.SearchSpec$Builder setResultCountPerPage (int)
int resultCountPerPage
public android.app.appsearch.SearchSpec$Builder setResultGrouping (int, int)
int groupingTypeFlags
int limit
public android.app.appsearch.SearchSpec$Builder setSearchSourceLogTag (java.lang.String)
String searchSourceLogTag
public android.app.appsearch.SearchSpec$Builder setSnippetCount (int)
int snippetCount
public android.app.appsearch.SearchSpec$Builder setSnippetCountPerProperty (int)
int snippetCountPerProperty
public android.app.appsearch.SearchSpec$Builder setTermMatch (int)
int termMatchType
public android.app.appsearch.SearchSpec$Builder setVerbatimSearchEnabled (boolean)
boolean enabled
}
android/app/appsearch/SearchSpec.class
SearchSpec.java
package android.app.appsearch
public final android.app.appsearch.SearchSpec extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
public static final int EMBEDDING_SEARCH_METRIC_TYPE_COSINE
public static final int EMBEDDING_SEARCH_METRIC_TYPE_DEFAULT
public static final int EMBEDDING_SEARCH_METRIC_TYPE_DOT_PRODUCT
public static final int EMBEDDING_SEARCH_METRIC_TYPE_EUCLIDEAN
public static final int GROUPING_TYPE_PER_NAMESPACE
public static final int GROUPING_TYPE_PER_PACKAGE
public static final int GROUPING_TYPE_PER_SCHEMA
public static final int ORDER_ASCENDING
public static final int ORDER_DESCENDING
public static final String PROJECTION_SCHEMA_TYPE_WILDCARD
public static final int RANKING_STRATEGY_ADVANCED_RANKING_EXPRESSION
public static final int RANKING_STRATEGY_CREATION_TIMESTAMP
public static final int RANKING_STRATEGY_DOCUMENT_SCORE
public static final int RANKING_STRATEGY_JOIN_AGGREGATE_SCORE
public static final int RANKING_STRATEGY_NONE
public static final int RANKING_STRATEGY_RELEVANCE_SCORE
public static final int RANKING_STRATEGY_SYSTEM_USAGE_COUNT
public static final int RANKING_STRATEGY_SYSTEM_USAGE_LAST_USED_TIMESTAMP
public static final int RANKING_STRATEGY_USAGE_COUNT
public static final int RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP
public static final String SCHEMA_TYPE_WILDCARD
public static final int TERM_MATCH_EXACT_ONLY
public static final int TERM_MATCH_PREFIX
void <init> ()
public final int describeContents ()
public java.lang.String getAdvancedRankingExpression ()
public int getDefaultEmbeddingSearchMetricType ()
public java.util.List getEmbeddingParameters ()
public java.util.List getFilterNamespaces ()
public java.util.List getFilterPackageNames ()
public java.util.Map getFilterProperties ()
public java.util.List getFilterSchemas ()
public java.util.List getInformationalRankingExpressions ()
public android.app.appsearch.JoinSpec getJoinSpec ()
public int getMaxSnippetSize ()
public int getOrder ()
public java.util.Map getProjectionPaths ()
public java.util.Map getProjections ()
public java.util.Map getPropertyWeightPaths ()
public java.util.Map getPropertyWeights ()
public int getRankingStrategy ()
public int getResultCountPerPage ()
public int getResultGroupingLimit ()
public int getResultGroupingTypeFlags ()
public java.lang.String getSearchSourceLogTag ()
public java.util.List getSearchStringParameters ()
public int getSnippetCount ()
public int getSnippetCountPerProperty ()
public int getTermMatch ()
public boolean isListFilterHasPropertyFunctionEnabled ()
public boolean isListFilterQueryLanguageEnabled ()
public boolean isNumericSearchEnabled ()
public boolean isVerbatimSearchEnabled ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SearchSuggestionResult$Builder.class
SearchSuggestionResult.java
package android.app.appsearch
public final android.app.appsearch.SearchSuggestionResult$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.SearchSuggestionResult build ()
public android.app.appsearch.SearchSuggestionResult$Builder setSuggestedResult (java.lang.String)
String suggestedResult
}
android/app/appsearch/SearchSuggestionResult.class
SearchSuggestionResult.java
package android.app.appsearch
public final android.app.appsearch.SearchSuggestionResult extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public boolean equals (java.lang.Object)
Object other
public java.lang.String getSuggestedResult ()
public int hashCode ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SearchSuggestionSpec$Builder.class
SearchSuggestionSpec.java
package android.app.appsearch
public final android.app.appsearch.SearchSuggestionSpec$Builder extends java.lang.Object {
public void <init> (int)
int maximumResultCount
public transient android.app.appsearch.SearchSuggestionSpec$Builder addFilterDocumentIds (java.lang.String, java.lang.String[])
String namespace
String[] documentIds
public android.app.appsearch.SearchSuggestionSpec$Builder addFilterDocumentIds (java.lang.String, java.util.Collection)
String namespace
java.util.Collection documentIds
public transient android.app.appsearch.SearchSuggestionSpec$Builder addFilterNamespaces (java.lang.String[])
String[] namespaces
public android.app.appsearch.SearchSuggestionSpec$Builder addFilterNamespaces (java.util.Collection)
java.util.Collection namespaces
public android.app.appsearch.SearchSuggestionSpec$Builder addFilterProperties (java.lang.String, java.util.Collection)
String schema
java.util.Collection propertyPaths
public android.app.appsearch.SearchSuggestionSpec$Builder addFilterPropertyPaths (java.lang.String, java.util.Collection)
String schema
java.util.Collection propertyPaths
public transient android.app.appsearch.SearchSuggestionSpec$Builder addFilterSchemas (java.lang.String[])
String[] schemaTypes
public android.app.appsearch.SearchSuggestionSpec$Builder addFilterSchemas (java.util.Collection)
java.util.Collection schemaTypes
public transient android.app.appsearch.SearchSuggestionSpec$Builder addSearchStringParameters (java.lang.String[])
String[] searchStringParameters
public android.app.appsearch.SearchSuggestionSpec$Builder addSearchStringParameters (java.util.List)
java.util.List searchStringParameters
public android.app.appsearch.SearchSuggestionSpec build ()
public android.app.appsearch.SearchSuggestionSpec$Builder setRankingStrategy (int)
int rankingStrategy
}
android/app/appsearch/SearchSuggestionSpec.class
SearchSuggestionSpec.java
package android.app.appsearch
public final android.app.appsearch.SearchSuggestionSpec extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
public static final int SUGGESTION_RANKING_STRATEGY_DOCUMENT_COUNT
public static final int SUGGESTION_RANKING_STRATEGY_NONE
public static final int SUGGESTION_RANKING_STRATEGY_TERM_FREQUENCY
void <init> ()
public final int describeContents ()
public java.util.Map getFilterDocumentIds ()
public java.util.List getFilterNamespaces ()
public java.util.Map getFilterProperties ()
public java.util.List getFilterSchemas ()
public int getMaximumResultCount ()
public int getRankingStrategy ()
public java.util.List getSearchStringParameters ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SetSchemaRequest$Builder.class
SetSchemaRequest.java
package android.app.appsearch
public final android.app.appsearch.SetSchemaRequest$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.SetSchemaRequest$Builder addRequiredPermissionsForSchemaTypeVisibility (java.lang.String, java.util.Set)
String schemaType
java.util.Set permissions
public android.app.appsearch.SetSchemaRequest$Builder addSchemaTypeVisibleToConfig (java.lang.String, android.app.appsearch.SchemaVisibilityConfig)
String schemaType
android.app.appsearch.SchemaVisibilityConfig schemaVisibilityConfig
public transient android.app.appsearch.SetSchemaRequest$Builder addSchemas (android.app.appsearch.AppSearchSchema[])
android.app.appsearch.AppSearchSchema[] schemas
public android.app.appsearch.SetSchemaRequest$Builder addSchemas (java.util.Collection)
java.util.Collection schemas
public android.app.appsearch.SetSchemaRequest build ()
public android.app.appsearch.SetSchemaRequest$Builder clearRequiredPermissionsForSchemaTypeVisibility (java.lang.String)
String schemaType
public android.app.appsearch.SetSchemaRequest$Builder clearSchemaTypeVisibleToConfigs (java.lang.String)
String schemaType
public android.app.appsearch.SetSchemaRequest$Builder setForceOverride (boolean)
boolean forceOverride
public android.app.appsearch.SetSchemaRequest$Builder setMigrator (java.lang.String, android.app.appsearch.Migrator)
String schemaType
android.app.appsearch.Migrator migrator
public android.app.appsearch.SetSchemaRequest$Builder setMigrators (java.util.Map)
java.util.Map migrators
public android.app.appsearch.SetSchemaRequest$Builder setPubliclyVisibleSchema (java.lang.String, android.app.appsearch.PackageIdentifier)
String schema
android.app.appsearch.PackageIdentifier packageIdentifier
public android.app.appsearch.SetSchemaRequest$Builder setSchemaTypeDisplayedBySystem (java.lang.String, boolean)
String schemaType
boolean displayed
public android.app.appsearch.SetSchemaRequest$Builder setSchemaTypeVisibilityForPackage (java.lang.String, boolean, android.app.appsearch.PackageIdentifier)
String schemaType
boolean visible
android.app.appsearch.PackageIdentifier packageIdentifier
public android.app.appsearch.SetSchemaRequest$Builder setVersion (int)
int version
}
android/app/appsearch/SetSchemaRequest.class
SetSchemaRequest.java
package android.app.appsearch
public final android.app.appsearch.SetSchemaRequest extends java.lang.Object {
public static final int READ_ASSISTANT_APP_SEARCH_DATA
public static final int READ_CALENDAR
public static final int READ_CONTACTS
public static final int READ_EXTERNAL_STORAGE
public static final int READ_HOME_APP_SEARCH_DATA
public static final int READ_SMS
void <init> ()
public java.util.Map getMigrators ()
public java.util.Map getPubliclyVisibleSchemas ()
public java.util.Map getRequiredPermissionsForSchemaTypeVisibility ()
public java.util.Set getSchemas ()
public java.util.Set getSchemasNotDisplayedBySystem ()
public java.util.Map getSchemasVisibleToConfigs ()
public java.util.Map getSchemasVisibleToPackages ()
public int getVersion ()
public boolean isForceOverride ()
}
android/app/appsearch/SetSchemaResponse$Builder.class
SetSchemaResponse.java
package android.app.appsearch
public final android.app.appsearch.SetSchemaResponse$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.SetSchemaResponse$Builder addDeletedType (java.lang.String)
String deletedType
public android.app.appsearch.SetSchemaResponse$Builder addDeletedTypes (java.util.Collection)
java.util.Collection deletedTypes
public android.app.appsearch.SetSchemaResponse$Builder addIncompatibleType (java.lang.String)
String incompatibleType
public android.app.appsearch.SetSchemaResponse$Builder addIncompatibleTypes (java.util.Collection)
java.util.Collection incompatibleTypes
public android.app.appsearch.SetSchemaResponse$Builder addMigratedType (java.lang.String)
String migratedType
public android.app.appsearch.SetSchemaResponse$Builder addMigratedTypes (java.util.Collection)
java.util.Collection migratedTypes
public android.app.appsearch.SetSchemaResponse$Builder addMigrationFailure (android.app.appsearch.SetSchemaResponse$MigrationFailure)
android.app.appsearch.SetSchemaResponse$MigrationFailure migrationFailure
public android.app.appsearch.SetSchemaResponse$Builder addMigrationFailures (java.util.Collection)
java.util.Collection migrationFailures
public android.app.appsearch.SetSchemaResponse build ()
}
android/app/appsearch/SetSchemaResponse$MigrationFailure.class
SetSchemaResponse.java
package android.app.appsearch
public android.app.appsearch.SetSchemaResponse$MigrationFailure extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
public void <init> (java.lang.String, java.lang.String, java.lang.String, android.app.appsearch.AppSearchResult)
String namespace
String documentId
String schemaType
android.app.appsearch.AppSearchResult failedResult
public final int describeContents ()
public android.app.appsearch.AppSearchResult getAppSearchResult ()
public java.lang.String getDocumentId ()
public java.lang.String getNamespace ()
public java.lang.String getSchemaType ()
public java.lang.String toString ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/SetSchemaResponse.class
SetSchemaResponse.java
package android.app.appsearch
public final android.app.appsearch.SetSchemaResponse extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.util.Set getDeletedTypes ()
public java.util.Set getIncompatibleTypes ()
public java.util.Set getMigratedTypes ()
public java.util.List getMigrationFailures ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/StorageInfo$Builder.class
StorageInfo.java
package android.app.appsearch
public final android.app.appsearch.StorageInfo$Builder extends java.lang.Object {
public void <init> ()
public android.app.appsearch.StorageInfo build ()
public android.app.appsearch.StorageInfo$Builder setAliveDocumentsCount (int)
int aliveDocumentsCount
public android.app.appsearch.StorageInfo$Builder setAliveNamespacesCount (int)
int aliveNamespacesCount
public android.app.appsearch.StorageInfo$Builder setSizeBytes (long)
long sizeBytes
}
android/app/appsearch/StorageInfo.class
StorageInfo.java
package android.app.appsearch
public final android.app.appsearch.StorageInfo extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public int getAliveDocumentsCount ()
public int getAliveNamespacesCount ()
public long getSizeBytes ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/exceptions/
android/app/appsearch/exceptions/AppSearchException.class
AppSearchException.java
package android.app.appsearch.exceptions
public android.app.appsearch.exceptions.AppSearchException extends java.lang.Exception {
public void <init> (int)
int resultCode
public void <init> (int, java.lang.String)
int resultCode
String message
public void <init> (int, java.lang.String, java.lang.Throwable)
int resultCode
String message
Throwable cause
public int getResultCode ()
public android.app.appsearch.AppSearchResult toAppSearchResult ()
}
android/app/appsearch/observer/
android/app/appsearch/observer/DocumentChangeInfo.class
DocumentChangeInfo.java
package android.app.appsearch.observer
public final android.app.appsearch.observer.DocumentChangeInfo extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Set)
String packageName
String database
String namespace
String schemaName
java.util.Set changedDocumentIds
public boolean equals (java.lang.Object)
Object o
public java.util.Set getChangedDocumentIds ()
public java.lang.String getDatabaseName ()
public java.lang.String getNamespace ()
public java.lang.String getPackageName ()
public java.lang.String getSchemaName ()
public int hashCode ()
public java.lang.String toString ()
}
android/app/appsearch/observer/ObserverCallback.class
ObserverCallback.java
package android.app.appsearch.observer
public abstract android.app.appsearch.observer.ObserverCallback extends java.lang.Object {
public abstract void onDocumentChanged (android.app.appsearch.observer.DocumentChangeInfo)
public abstract void onSchemaChanged (android.app.appsearch.observer.SchemaChangeInfo)
}
android/app/appsearch/observer/ObserverSpec$Builder.class
ObserverSpec.java
package android.app.appsearch.observer
public final android.app.appsearch.observer.ObserverSpec$Builder extends java.lang.Object {
public void <init> ()
public transient android.app.appsearch.observer.ObserverSpec$Builder addFilterSchemas (java.lang.String[])
String[] schemas
public android.app.appsearch.observer.ObserverSpec$Builder addFilterSchemas (java.util.Collection)
java.util.Collection schemas
public android.app.appsearch.observer.ObserverSpec build ()
}
android/app/appsearch/observer/ObserverSpec.class
ObserverSpec.java
package android.app.appsearch.observer
public final android.app.appsearch.observer.ObserverSpec extends java.lang.Object implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR
void <init> ()
public final int describeContents ()
public java.util.Set getFilterSchemas ()
public void writeToParcel (android.os.Parcel, int)
android.os.Parcel dest
int flags
static void <clinit> ()
}
android/app/appsearch/observer/SchemaChangeInfo.class
SchemaChangeInfo.java
package android.app.appsearch.observer
public final android.app.appsearch.observer.SchemaChangeInfo extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String, java.util.Set)
String packageName
String databaseName
java.util.Set changedSchemaNames
public boolean equals (java.lang.Object)
Object o
public java.util.Set getChangedSchemaNames ()
public java.lang.String getDatabaseName ()
public java.lang.String getPackageName ()
public int hashCode ()
public java.lang.String toString ()
}
android/app/appsearch/util/
android/app/appsearch/util/DocumentIdUtil.class
DocumentIdUtil.java
package android.app.appsearch.util
public android.app.appsearch.util.DocumentIdUtil extends java.lang.Object {
void <init> ()
public static java.lang.String createQualifiedId (java.lang.String, java.lang.String, android.app.appsearch.GenericDocument)
String packageName
String databaseName
android.app.appsearch.GenericDocument document
public static java.lang.String createQualifiedId (java.lang.String, java.lang.String, java.lang.String, java.lang.String)
String packageName
String databaseName
String namespace
String id
}