Home
last modified time | relevance | path

Searched refs:RESULT_INTERNAL_ERROR (Results 1 – 18 of 18) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStore.java126 AppSearchResult.RESULT_INTERNAL_ERROR, in VisibilityStore()
342 AppSearchResult.RESULT_INTERNAL_ERROR, in setLatestSchemaAndDocuments()
360 AppSearchResult.RESULT_INTERNAL_ERROR, in setLatestSchemaAndDocuments()
407 AppSearchResult.RESULT_INTERNAL_ERROR, in migrateVisibilityOverlayDatabase()
417 AppSearchResult.RESULT_INTERNAL_ERROR, in migrateVisibilityOverlayDatabase()
458 AppSearchResult.RESULT_INTERNAL_ERROR, in verifyOrSetLatestVisibilitySchema()
484 AppSearchResult.RESULT_INTERNAL_ERROR, in verifyOrSetLatestVisibilitySchema()
521 AppSearchResult.RESULT_INTERNAL_ERROR, in verifyOrSetLatestVisibilityOverlaySchema()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/util/
DPrefixUtil.java114 AppSearchResult.RESULT_INTERNAL_ERROR, in removePrefix()
136 AppSearchResult.RESULT_INTERNAL_ERROR, in getPrefix()
197 AppSearchResult.RESULT_INTERNAL_ERROR, in removePrefixesFromDocument()
222 AppSearchResult.RESULT_INTERNAL_ERROR, in removePrefixesFromDocument()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DResultCodeToProtoConverter.java45 return AppSearchResult.RESULT_INTERNAL_ERROR; in toResultCode()
59 return AppSearchResult.RESULT_INTERNAL_ERROR; in toResultCode()
DSearchResultToProtoConverter.java117 AppSearchResult.RESULT_INTERNAL_ERROR, in toUnprefixedSearchResult()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchResult.java51 RESULT_INTERNAL_ERROR,
76 public static final int RESULT_INTERNAL_ERROR = 2; field in AppSearchResult
265 resultCode = AppSearchResult.RESULT_INTERNAL_ERROR; in throwableToFailedResult()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DSyncAppSearchBase.java60 AppSearchResult.RESULT_INTERNAL_ERROR, "Operation was interrupted.", e); in executeAppSearchResultOperation()
96 AppSearchResult.RESULT_INTERNAL_ERROR, "Operation was interrupted.", e); in executeAppSearchBatchResultOperation()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSetSchemaResponseInternalTest.java38 AppSearchResult.RESULT_INTERNAL_ERROR, "errorMessage")); in testRebuild()
45 AppSearchResult.RESULT_INTERNAL_ERROR, "errorMessage")); in testRebuild()
DAppSearchResultInternalTest.java37 assertThat(result.getResultCode()).isEqualTo(AppSearchResult.RESULT_INTERNAL_ERROR); in testMapNullPointerException()
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DSearchSessionUtil.java152 AppSearchResult.RESULT_INTERNAL_ERROR, in createGetDocumentCallback()
161 AppSearchResult.RESULT_INTERNAL_ERROR, in createGetDocumentCallback()
DAppSearchSession.java19 import static android.app.appsearch.AppSearchResult.RESULT_INTERNAL_ERROR;
958 RESULT_INTERNAL_ERROR, in setSchemaNoMigrations()
1131 RESULT_INTERNAL_ERROR, in setSchemaWithMigrations()
1233 RESULT_INTERNAL_ERROR, in setSchemaWithMigrations()
1251 RESULT_INTERNAL_ERROR, in setSchemaWithMigrations()
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/
DResultCode.java31 public static final int RESULT_INTERNAL_ERROR = 1; field in ResultCode
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactsIndexerUserInstanceTest.java890 updateStats.mDeleteStatuses.add(AppSearchResult.RESULT_INTERNAL_ERROR); in testLogStats_succeedsWhenMoreUpdateStatusCodesThanDeleteStatusCodes()
919 AppSearchResult.RESULT_INTERNAL_ERROR); in testLogStats_succeedsWhenMoreUpdateStatusCodesThanDeleteStatusCodes()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java29 static final int TEST_STATUS_CODE = AppSearchResult.RESULT_INTERNAL_ERROR;
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java19 import static android.app.appsearch.AppSearchResult.RESULT_INTERNAL_ERROR;
2444 AppSearchResult.newFailedResult(RESULT_INTERNAL_ERROR, null)); in executeAppFunctionUnchecked()
2455 RESULT_INTERNAL_ERROR, "Failed to bind the target service.")); in executeAppFunctionUnchecked()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java1529 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_INTERNAL_ERROR); in executeAppFunction_bindServiceReturnsFalse()
1537 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_INTERNAL_ERROR); in executeAppFunction_failedToConnectService()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java527 assertThat(iStats.getStatusCode()).isEqualTo(AppSearchResult.RESULT_INTERNAL_ERROR); in testLoggingStats_initialize_failure()
DAppSearchImplTest.java607 assertThat(initStats.getStatusCode()).isEqualTo(AppSearchResult.RESULT_INTERNAL_ERROR); in testReset()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt43 field public static final int RESULT_INTERNAL_ERROR = 2; // 0x2