Home
last modified time | relevance | path

Searched refs:InternalSetSchemaResponse (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DInternalSetSchemaResponse.java42 public class InternalSetSchemaResponse extends AbstractSafeParcelable { class
46 public static final Parcelable.Creator<InternalSetSchemaResponse> CREATOR =
60 public InternalSetSchemaResponse( in InternalSetSchemaResponse() method in InternalSetSchemaResponse
76 public static InternalSetSchemaResponse newSuccessfulSetSchemaResponse( in newSuccessfulSetSchemaResponse()
78 return new InternalSetSchemaResponse( in newSuccessfulSetSchemaResponse()
89 public static InternalSetSchemaResponse newFailedSetSchemaResponse( in newFailedSetSchemaResponse()
91 return new InternalSetSchemaResponse( in newFailedSetSchemaResponse()
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/
DAppSearchResultParcel.java23 import android.app.appsearch.InternalSetSchemaResponse;
91 InternalSetSchemaResponse mInternalSetSchemaResponse;
146 @Param(id = 3) @Nullable InternalSetSchemaResponse internalSetSchemaResponse, in AppSearchResultParcel()
236 public static AppSearchResultParcel<InternalSetSchemaResponse> fromInternalSetSchemaResponse( in fromInternalSetSchemaResponse()
237 InternalSetSchemaResponse internalSetSchemaResponse) { in fromInternalSetSchemaResponse()
238 return new AppSearchResultParcel.Builder<InternalSetSchemaResponse>( in fromInternalSetSchemaResponse()
374 @Nullable private InternalSetSchemaResponse mInternalSetSchemaResponse;
397 InternalSetSchemaResponse internalSetSchemaResponse) { in setInternalSetSchemaResponse()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java38 import android.app.appsearch.InternalSetSchemaResponse;
483 InternalSetSchemaResponse internalSetSchemaResponse = in testTriggerCheckOptimizeByMutationSize()
539 InternalSetSchemaResponse internalSetSchemaResponse = in testReset()
687 InternalSetSchemaResponse internalSetSchemaResponse = in testQueryWithMultiplePackages_noPackageFilters()
754 InternalSetSchemaResponse internalSetSchemaResponse = in testQueryWithMultiplePackages_withPackageFilters()
853 InternalSetSchemaResponse internalSetSchemaResponse = in testGlobalQuery_withJoin_packageFilter()
1043 InternalSetSchemaResponse internalSetSchemaResponse = in testQueryInvalidPackages_withJoin()
1644 InternalSetSchemaResponse internalSetSchemaResponse = in testGetNextPageToken_query()
1699 InternalSetSchemaResponse internalSetSchemaResponse = in testGetNextPageWithDifferentPackage_query()
1768 InternalSetSchemaResponse internalSetSchemaResponse = in testGetNextPageToken_globalQuery()
[all …]
DAppSearchLoggerTest.java24 import android.app.appsearch.InternalSetSchemaResponse;
420 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_initializeWithDocuments_success()
486 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_initialize_failure()
552 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_putDocument_success()
605 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_putDocument_failure()
660 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_search_success()
746 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_search_failure()
817 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_search_join()
954 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_remove_success()
994 InternalSetSchemaResponse internalSetSchemaResponse = in testLoggingStats_remove_failure()
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStore.java26 import android.app.appsearch.InternalSetSchemaResponse;
327 InternalSetSchemaResponse internalSetSchemaResponse = in setLatestSchemaAndDocuments()
345 InternalSetSchemaResponse internalSetAndroidVOverlaySchemaResponse = in setLatestSchemaAndDocuments()
392 InternalSetSchemaResponse internalSetSchemaResponse = in migrateVisibilityOverlayDatabase()
445 InternalSetSchemaResponse internalSetSchemaResponse = in verifyOrSetLatestVisibilitySchema()
466 InternalSetSchemaResponse internalSetSchemaResponse = in verifyOrSetLatestVisibilitySchema()
507 InternalSetSchemaResponse internalSetSchemaResponse = in verifyOrSetLatestVisibilityOverlaySchema()
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DAppSearchSession.java940 AppSearchResult<InternalSetSchemaResponse> result = in setSchemaNoMigrations()
944 InternalSetSchemaResponse in setSchemaNoMigrations()
1082 AtomicReference<AppSearchResult<InternalSetSchemaResponse>> in setSchemaWithMigrations()
1108 AppSearchResult<InternalSetSchemaResponse> setSchemaResult = in setSchemaWithMigrations()
1122 InternalSetSchemaResponse internalSetSchemaResponse1 = in setSchemaWithMigrations()
1174 InternalSetSchemaResponse internalSetSchemaResponse; in setSchemaWithMigrations()
1179 AtomicReference<AppSearchResult<InternalSetSchemaResponse>> in setSchemaWithMigrations()
1206 AppSearchResult<InternalSetSchemaResponse> setSchema2Result = in setSchemaWithMigrations()
1224 InternalSetSchemaResponse internalSetSchemaResponse2 = in setSchemaWithMigrations()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStoreMigrationFromV2Test.java26 import android.app.appsearch.InternalSetSchemaResponse;
97 InternalSetSchemaResponse internalSetAndroidVSchemaResponse = in testVisibilityMigration_from2()
147 InternalSetSchemaResponse internalSetSchemaResponse = in testVisibilityMigration_from2()
DVisibilityStoreMigrationHelperFromV0Test.java31 import android.app.appsearch.InternalSetSchemaResponse;
122 InternalSetSchemaResponse internalSetSchemaResponse = in testVisibilityMigration_from0()
247 InternalSetSchemaResponse internalSetSchemaResponse = in buildAppSearchImplInV0()
DVisibilityStoreMigrationHelperFromV1Test.java25 import android.app.appsearch.InternalSetSchemaResponse;
87 InternalSetSchemaResponse internalSetSchemaResponse = in testVisibilityMigration_from1()
DVisibilityStoreTest.java26 import android.app.appsearch.InternalSetSchemaResponse;
203 InternalSetSchemaResponse internalSetSchemaResponse = in testRecoverBrokenVisibilitySchema()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/util/
DSchemaMigrationUtil.java23 import android.app.appsearch.InternalSetSchemaResponse;
79 @NonNull InternalSetSchemaResponse internalSetSchemaResponse, in checkDeletedAndIncompatibleAfterMigration()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java20 import static android.app.appsearch.InternalSetSchemaResponse.newFailedSetSchemaResponse;
21 import static android.app.appsearch.InternalSetSchemaResponse.newSuccessfulSetSchemaResponse;
38 import android.app.appsearch.InternalSetSchemaResponse;
490 public InternalSetSchemaResponse setSchema( in setSchema()
541 private InternalSetSchemaResponse doSetSchemaWithChangeNotificationLocked( in doSetSchemaWithChangeNotificationLocked()
594 InternalSetSchemaResponse internalSetSchemaResponse = in doSetSchemaWithChangeNotificationLocked()
726 private InternalSetSchemaResponse doSetSchemaNoChangeNotificationLocked( in doSetSchemaNoChangeNotificationLocked()
859 InternalSetSchemaResponse setSchemaResponse = in doSetSchemaNoChangeNotificationLocked()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java62 import android.app.appsearch.InternalSetSchemaResponse;
439 InternalSetSchemaResponse internalSetSchemaResponse = in testPutDocumentsStatsLogging_takenActions()
1985 InternalSetSchemaResponse internalSetSchemaResponse = in setUpTestSchema()
2004 InternalSetSchemaResponse internalSetSchemaResponse = in removeTestSchema()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java47 import android.app.appsearch.InternalSetSchemaResponse;
466 InternalSetSchemaResponse internalSetSchemaResponse = in setSchema()