xref: /aosp_15_r20/prebuilts/sdk/extensions/10/module-lib/framework-appsearch.jar (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)

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$Builder setSuccess (java.lang.Object, java.lang.Object) Object key Object value 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 build () }
android/app/appsearch/AppSearchBatchResult.class
AppSearchBatchResult.java package android.app.appsearch public final android.app.appsearch.AppSearchBatchResult extends java.lang.Object { void <init> () public boolean isSuccess () public java.util.Map getSuccesses () public java.util.Map getFailures () public java.util.Map getAll () 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 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 public void createGlobalSearchSession (java.util.concurrent.Executor, java.util.function.Consumer) 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 isSuccess () public int getResultCode () public java.lang.Object getResultValue () public java.lang.String getErrorMessage () public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () public static android.app.appsearch.AppSearchResult newSuccessfulResult (java.lang.Object) Object value public static android.app.appsearch.AppSearchResult newFailedResult (int, java.lang.String) int resultCode String errorMessage }
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$Builder setCardinality (int) int cardinality public android.app.appsearch.AppSearchSchema$BooleanPropertyConfig build () }
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 addProperty (android.app.appsearch.AppSearchSchema$PropertyConfig) android.app.appsearch.AppSearchSchema$PropertyConfig propertyConfig public android.app.appsearch.AppSearchSchema$Builder addParentType (java.lang.String) String parentSchemaType 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$Builder setCardinality (int) int cardinality public android.app.appsearch.AppSearchSchema$BytesPropertyConfig build () }
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 android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder setCardinality (int) int cardinality public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder setShouldIndexNestedProperties (boolean) boolean indexNestedProperties public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig$Builder addIndexableNestedProperties (java.util.Collection) java.util.Collection indexableNestedProperties public android.app.appsearch.AppSearchSchema$DocumentPropertyConfig build () }
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.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$Builder setCardinality (int) int cardinality public android.app.appsearch.AppSearchSchema$DoublePropertyConfig build () }
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$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$Builder setCardinality (int) int cardinality public android.app.appsearch.AppSearchSchema$LongPropertyConfig$Builder setIndexingType (int) int indexingType public android.app.appsearch.AppSearchSchema$LongPropertyConfig build () }
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 java.lang.String toString () public java.lang.String getName () public int getCardinality () public boolean equals (java.lang.Object) Object other public int hashCode () }
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$Builder setCardinality (int) int cardinality public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setIndexingType (int) int indexingType public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setTokenizerType (int) int tokenizerType public android.app.appsearch.AppSearchSchema$StringPropertyConfig$Builder setJoinableValueType (int) int joinableValueType public android.app.appsearch.AppSearchSchema$StringPropertyConfig build () }
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 getTokenizerType () public int getJoinableValueType () }
android/app/appsearch/AppSearchSchema.class
AppSearchSchema.java package android.app.appsearch public final android.app.appsearch.AppSearchSchema extends java.lang.Object { void <init> () public java.lang.String toString () public java.lang.String getSchemaType () public java.util.List getProperties () public boolean equals (java.lang.Object) Object other public int hashCode () }
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 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 public void getSchema (java.util.concurrent.Executor, java.util.function.Consumer) java.util.concurrent.Executor executor java.util.function.Consumer callback public void getNamespaces (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 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 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 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 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 getStorageInfo (java.util.concurrent.Executor, java.util.function.Consumer) java.util.concurrent.Executor executor java.util.function.Consumer callback public void close () }
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/GenericDocument$Builder.class
GenericDocument.java package android.app.appsearch public android.app.appsearch.GenericDocument$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.String, java.lang.String) String namespace String id String schemaType public android.app.appsearch.GenericDocument$Builder setScore (int) int score public android.app.appsearch.GenericDocument$Builder setCreationTimestampMillis (long) long creationTimestampMillis public android.app.appsearch.GenericDocument$Builder setTtlMillis (long) long ttlMillis public transient android.app.appsearch.GenericDocument$Builder setPropertyString (java.lang.String, java.lang.String[]) String name String[] values public transient android.app.appsearch.GenericDocument$Builder setPropertyBoolean (java.lang.String, boolean[]) String name boolean[] values public transient android.app.appsearch.GenericDocument$Builder setPropertyLong (java.lang.String, long[]) String name long[] values public transient android.app.appsearch.GenericDocument$Builder setPropertyDouble (java.lang.String, double[]) String name double[] 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 android.app.appsearch.GenericDocument build () }
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 int getMaxIndexedProperties () public java.lang.String getId () public java.lang.String getNamespace () public java.lang.String getSchemaType () public long getCreationTimestampMillis () public long getTtlMillis () public int getScore () public java.util.Set getPropertyNames () public java.lang.Object getProperty (java.lang.String) String path public java.lang.String getPropertyString (java.lang.String) String path public long getPropertyLong (java.lang.String) String path public double getPropertyDouble (java.lang.String) String path public boolean getPropertyBoolean (java.lang.String) String path public byte[] getPropertyBytes (java.lang.String) String path public android.app.appsearch.GenericDocument getPropertyDocument (java.lang.String) String path public java.lang.String[] getPropertyStringArray (java.lang.String) String path public long[] getPropertyLongArray (java.lang.String) String path public double[] getPropertyDoubleArray (java.lang.String) String path public boolean[] getPropertyBooleanArray (java.lang.String) String path public byte[][] getPropertyBytesArray (java.lang.String) String path public android.app.appsearch.GenericDocument[] getPropertyDocumentArray (java.lang.String) String path public boolean equals (java.lang.Object) Object other public int hashCode () public java.lang.String toString () }
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 { public static final String PROJECTION_SCHEMA_TYPE_WILDCARD void <init> () public java.lang.String getNamespace () public java.util.Set getIds () public java.util.Map getProjections () public java.util.Map getProjectionPaths () }
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 setVersion (int) int version 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$Builder setSchemaTypeVisibleToPackages (java.lang.String, java.util.Set) String schemaType java.util.Set packageIdentifiers public android.app.appsearch.GetSchemaResponse$Builder setRequiredPermissionsForSchemaTypeVisibility (java.lang.String, java.util.Set) String schemaType java.util.Set visibleToPermissions public android.app.appsearch.GetSchemaResponse build () }
android/app/appsearch/GetSchemaResponse.class
GetSchemaResponse.java package android.app.appsearch public final android.app.appsearch.GetSchemaResponse extends java.lang.Object { void <init> () public int getVersion () public java.util.Set getSchemas () public java.util.Set getSchemaTypesNotDisplayedBySystem () public java.util.Map getSchemaTypesVisibleToPackages () public java.util.Map getRequiredPermissionsForSchemaTypeVisibility () }
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 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 android.app.appsearch.SearchResults search (java.lang.String, android.app.appsearch.SearchSpec) String queryExpression android.app.appsearch.SearchSpec searchSpec 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 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 unregisterObserverCallback (java.lang.String, android.app.appsearch.observer.ObserverCallback) throws android.app.appsearch.exceptions.AppSearchException String targetPackageName android.app.appsearch.observer.ObserverCallback observer public void close () }
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$Builder setNestedSearch (java.lang.String, android.app.appsearch.SearchSpec) String nestedQuery android.app.appsearch.SearchSpec nestedSearchSpec public android.app.appsearch.JoinSpec$Builder setMaxJoinedResultCount (int) int maxJoinedResultCount public android.app.appsearch.JoinSpec$Builder setAggregationScoringStrategy (int) int aggregationScoringStrategy public android.app.appsearch.JoinSpec build () }
android/app/appsearch/JoinSpec.class
JoinSpec.java package android.app.appsearch public final android.app.appsearch.JoinSpec extends java.lang.Object { 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 void <init> () public java.lang.String getNestedQuery () public java.lang.String getChildPropertyExpression () public int getMaxJoinedResultCount () public android.app.appsearch.SearchSpec getNestedSearchSpec () public int getAggregationScoringStrategy () }
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 boolean shouldMigrate (int, int) public abstract android.app.appsearch.GenericDocument onUpgrade (int, int, android.app.appsearch.GenericDocument) public abstract android.app.appsearch.GenericDocument onDowngrade (int, int, android.app.appsearch.GenericDocument) }
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 java.lang.String getPackageName () public byte[] getSha256Certificate () public boolean equals (java.lang.Object) Object obj 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, int) String propertyName int propertyIndex public static android.app.appsearch.PropertyPath$PathSegment create (java.lang.String) String propertyName public java.lang.String getPropertyName () public int getPropertyIndex () public java.lang.String toString () public boolean equals (java.lang.Object) Object o public int hashCode () }
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.util.List) java.util.List pathList public void <init> (java.lang.String) String path public android.app.appsearch.PropertyPath$PathSegment get (int) int index public int size () public java.lang.String toString () public java.util.Iterator iterator () public boolean equals (java.lang.Object) Object o public int hashCode () }
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 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 () }
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 { void <init> () public java.lang.String getNamespace () public java.util.Set getIds () }
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$Builder setUsageTimestampMillis (long) long usageTimestampMillis public android.app.appsearch.ReportSystemUsageRequest build () }
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 getPackageName () public java.lang.String getDatabaseName () public java.lang.String getNamespace () public java.lang.String getDocumentId () 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$Builder setUsageTimestampMillis (long) long usageTimestampMillis public android.app.appsearch.ReportUsageRequest build () }
android/app/appsearch/ReportUsageRequest.class
ReportUsageRequest.java package android.app.appsearch public final android.app.appsearch.ReportUsageRequest extends java.lang.Object { void <init> () public java.lang.String getNamespace () public java.lang.String getDocumentId () public long getUsageTimestampMillis () }
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 setGenericDocument (android.app.appsearch.GenericDocument) android.app.appsearch.GenericDocument document public android.app.appsearch.SearchResult$Builder addMatchInfo (android.app.appsearch.SearchResult$MatchInfo) android.app.appsearch.SearchResult$MatchInfo matchInfo public android.app.appsearch.SearchResult$Builder setRankingSignal (double) double rankingSignal public android.app.appsearch.SearchResult$Builder addJoinedResult (android.app.appsearch.SearchResult) android.app.appsearch.SearchResult joinedResult public android.app.appsearch.SearchResult build () }
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$Builder setExactMatchRange (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 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 build () }
android/app/appsearch/SearchResult$MatchInfo.class
SearchResult.java package android.app.appsearch public final android.app.appsearch.SearchResult$MatchInfo extends java.lang.Object { void <init> () public java.lang.String getPropertyPath () public android.app.appsearch.PropertyPath getPropertyPathObject () public java.lang.String getFullText () public android.app.appsearch.SearchResult$MatchRange getExactMatchRange () public java.lang.CharSequence getExactMatch () public android.app.appsearch.SearchResult$MatchRange getSubmatchRange () public java.lang.CharSequence getSubmatch () public android.app.appsearch.SearchResult$MatchRange getSnippetRange () public java.lang.CharSequence getSnippet () }
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 int getStart () public int getEnd () public boolean equals (java.lang.Object) Object other public java.lang.String toString () public int hashCode () }
android/app/appsearch/SearchResult.class
SearchResult.java package android.app.appsearch public final android.app.appsearch.SearchResult extends java.lang.Object { void <init> () public android.app.appsearch.GenericDocument getGenericDocument () public java.util.List getMatchInfos () public java.lang.String getPackageName () public java.lang.String getDatabaseName () public double getRankingSignal () public java.util.List getJoinedResults () }
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 getNextPage (java.util.concurrent.Executor, java.util.function.Consumer) java.util.concurrent.Executor executor java.util.function.Consumer callback public void close () }
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 android.app.appsearch.SearchSpec$Builder setTermMatch (int) int termMatchType 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 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 setResultCountPerPage (int) int resultCountPerPage 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 setOrder (int) int order 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 setMaxSnippetSize (int) int maxSnippetSize 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 android.app.appsearch.SearchSpec$Builder setResultGrouping (int, int) int groupingTypeFlags int limit 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 setJoinSpec (android.app.appsearch.JoinSpec) android.app.appsearch.JoinSpec joinSpec 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 setNumericSearchEnabled (boolean) boolean enabled public android.app.appsearch.SearchSpec$Builder setVerbatimSearchEnabled (boolean) boolean enabled public android.app.appsearch.SearchSpec$Builder setListFilterQueryLanguageEnabled (boolean) boolean enabled public android.app.appsearch.SearchSpec build () }
android/app/appsearch/SearchSpec.class
SearchSpec.java package android.app.appsearch public final android.app.appsearch.SearchSpec extends java.lang.Object { public static final int GROUPING_TYPE_PER_NAMESPACE public static final int GROUPING_TYPE_PER_PACKAGE 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 int TERM_MATCH_EXACT_ONLY public static final int TERM_MATCH_PREFIX void <init> () public int getTermMatch () public java.util.List getFilterSchemas () public java.util.List getFilterNamespaces () public java.util.List getFilterPackageNames () public int getResultCountPerPage () public int getRankingStrategy () public int getOrder () public int getSnippetCount () public int getSnippetCountPerProperty () public int getMaxSnippetSize () public java.util.Map getProjections () public java.util.Map getProjectionPaths () public java.util.Map getPropertyWeights () public java.util.Map getPropertyWeightPaths () public int getResultGroupingTypeFlags () public int getResultGroupingLimit () public android.app.appsearch.JoinSpec getJoinSpec () public java.lang.String getAdvancedRankingExpression () public boolean isNumericSearchEnabled () public boolean isVerbatimSearchEnabled () public boolean isListFilterQueryLanguageEnabled () }
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$Builder setSuggestedResult (java.lang.String) String suggestedResult public android.app.appsearch.SearchSuggestionResult build () }
android/app/appsearch/SearchSuggestionResult.class
SearchSuggestionResult.java package android.app.appsearch public final android.app.appsearch.SearchSuggestionResult extends java.lang.Object { void <init> () public java.lang.String getSuggestedResult () public boolean equals (java.lang.Object) Object other public int hashCode () }
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 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 setRankingStrategy (int) int rankingStrategy 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 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 android.app.appsearch.SearchSuggestionSpec build () }
android/app/appsearch/SearchSuggestionSpec.class
SearchSuggestionSpec.java package android.app.appsearch public final android.app.appsearch.SearchSuggestionSpec extends java.lang.Object { 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 int getMaximumResultCount () public java.util.List getFilterNamespaces () public int getRankingStrategy () public java.util.List getFilterSchemas () public java.util.Map getFilterDocumentIds () }
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 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$Builder setSchemaTypeDisplayedBySystem (java.lang.String, boolean) String schemaType boolean displayed 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 clearRequiredPermissionsForSchemaTypeVisibility (java.lang.String) String schemaType 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 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 setForceOverride (boolean) boolean forceOverride public android.app.appsearch.SetSchemaRequest$Builder setVersion (int) int version public android.app.appsearch.SetSchemaRequest build () }
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.Set getSchemas () public java.util.Set getSchemasNotDisplayedBySystem () public java.util.Map getSchemasVisibleToPackages () public java.util.Map getRequiredPermissionsForSchemaTypeVisibility () public java.util.Map getMigrators () public boolean isForceOverride () public int getVersion () }
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 addMigrationFailures (java.util.Collection) java.util.Collection migrationFailures public android.app.appsearch.SetSchemaResponse$Builder addMigrationFailure (android.app.appsearch.SetSchemaResponse$MigrationFailure) android.app.appsearch.SetSchemaResponse$MigrationFailure migrationFailure public android.app.appsearch.SetSchemaResponse$Builder addDeletedTypes (java.util.Collection) java.util.Collection deletedTypes public android.app.appsearch.SetSchemaResponse$Builder addDeletedType (java.lang.String) String deletedType public android.app.appsearch.SetSchemaResponse$Builder addIncompatibleTypes (java.util.Collection) java.util.Collection incompatibleTypes public android.app.appsearch.SetSchemaResponse$Builder addIncompatibleType (java.lang.String) String incompatibleType public android.app.appsearch.SetSchemaResponse$Builder addMigratedTypes (java.util.Collection) java.util.Collection migratedTypes public android.app.appsearch.SetSchemaResponse$Builder addMigratedType (java.lang.String) String migratedType 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 { 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 java.lang.String getNamespace () public java.lang.String getDocumentId () public java.lang.String getSchemaType () public android.app.appsearch.AppSearchResult getAppSearchResult () public java.lang.String toString () }
android/app/appsearch/SetSchemaResponse.class
SetSchemaResponse.java package android.app.appsearch public android.app.appsearch.SetSchemaResponse extends java.lang.Object { void <init> () public java.util.List getMigrationFailures () public java.util.Set getDeletedTypes () public java.util.Set getMigratedTypes () public java.util.Set getIncompatibleTypes () }
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$Builder setSizeBytes (long) long sizeBytes 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 build () }
android/app/appsearch/StorageInfo.class
StorageInfo.java package android.app.appsearch public android.app.appsearch.StorageInfo extends java.lang.Object { void <init> () public long getSizeBytes () public int getAliveDocumentsCount () public int getAliveNamespacesCount () }
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 java.lang.String getPackageName () public java.lang.String getDatabaseName () public java.lang.String getNamespace () public java.lang.String getSchemaName () public java.util.Set getChangedDocumentIds () public boolean equals (java.lang.Object) Object o 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 onSchemaChanged (android.app.appsearch.observer.SchemaChangeInfo) public abstract void onDocumentChanged (android.app.appsearch.observer.DocumentChangeInfo) }
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 { void <init> () public java.util.Set getFilterSchemas () }
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 java.lang.String getPackageName () public java.lang.String getDatabaseName () public java.util.Set getChangedSchemaNames () public boolean equals (java.lang.Object) Object o 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 }