Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0fee7da authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7384269 from 0abd3000 to sc-release

Change-Id: I589d928b72b6018460fdc7c78420024fe545734b
parents e8dd39a8 0abd3000
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -25,9 +25,7 @@ apex {
    name: "com.android.appsearch",
    manifest: "apex_manifest.json",
    bootclasspath_fragments: ["com.android.appsearch-bootclasspath-fragment"],
    java_libs: [
        "service-appsearch",
    ],
    systemserverclasspath_fragments: ["com.android.appsearch-systemserverclasspath-fragment"],
    key: "com.android.appsearch.key",
    certificate: ":com.android.appsearch.certificate",
    updatable: false,
@@ -52,3 +50,10 @@ bootclasspath_fragment {
    contents: ["framework-appsearch"],
    apex_available: ["com.android.appsearch"],
}

// Encapsulate the contributions made by the com.android.appsearch to the systemserverclasspath.
systemserverclasspath_fragment {
    name: "com.android.appsearch-systemserverclasspath-fragment",
    contents: ["service-appsearch"],
    apex_available: ["com.android.appsearch"],
}
+4 −4
Original line number Diff line number Diff line
@@ -370,13 +370,13 @@ package android.app.appsearch {
    method @NonNull public android.app.appsearch.SearchSpec.Builder addFilterSchemas(@NonNull java.util.Collection<java.lang.String>);
    method @NonNull public android.app.appsearch.SearchSpec.Builder addProjection(@NonNull String, @NonNull java.util.Collection<java.lang.String>);
    method @NonNull public android.app.appsearch.SearchSpec build();
    method @NonNull public android.app.appsearch.SearchSpec.Builder setMaxSnippetSize(@IntRange(from=0, to=android.app.appsearch.SearchSpec.MAX_SNIPPET_SIZE_LIMIT) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setMaxSnippetSize(@IntRange(from=0, to=0x2710) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setOrder(int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setRankingStrategy(int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setResultCountPerPage(@IntRange(from=0, to=android.app.appsearch.SearchSpec.MAX_NUM_PER_PAGE) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setResultCountPerPage(@IntRange(from=0, to=0x2710) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setResultGrouping(int, int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setSnippetCount(@IntRange(from=0, to=android.app.appsearch.SearchSpec.MAX_SNIPPET_COUNT) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setSnippetCountPerProperty(@IntRange(from=0, to=android.app.appsearch.SearchSpec.MAX_SNIPPET_PER_PROPERTY_COUNT) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setSnippetCount(@IntRange(from=0, to=0x2710) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setSnippetCountPerProperty(@IntRange(from=0, to=0x2710) int);
    method @NonNull public android.app.appsearch.SearchSpec.Builder setTermMatch(int);
  }

+1 −1
Original line number Diff line number Diff line
@@ -490,8 +490,8 @@ public final class AppSearchSchema {
     * @hide
     */
    @Deprecated
    @UnsupportedAppUsage(implicitMember = "")
    public static class Int64PropertyConfig extends PropertyConfig {
        @UnsupportedAppUsage
        Int64PropertyConfig(@NonNull Bundle bundle) {
            super(bundle);
        }
+34385 −0

File changed.

Preview size limit exceeded, changes collapsed.

+11408 −0

File changed.

Preview size limit exceeded, changes collapsed.

Loading