Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityStore.java18 import static android.app.appsearch.AppSearchResult.RESULT_NOT_FOUND;
182 if (e.getResultCode() != RESULT_NOT_FOUND) { in setVisibility()
214 if (e.getResultCode() == RESULT_NOT_FOUND) { in removeVisibility()
235 if (e.getResultCode() == RESULT_NOT_FOUND) { in removeVisibility()
286 if (e.getResultCode() == RESULT_NOT_FOUND) { in loadVisibilityConfigMap()
304 if (e.getResultCode() != RESULT_NOT_FOUND) { in loadVisibilityConfigMap()
DVisibilityStoreMigrationHelperFromV1.java73 if (e.getResultCode() == AppSearchResult.RESULT_NOT_FOUND) { in getVisibilityDocumentsInVersion1()
DVisibilityStoreMigrationHelperFromV0.java155 if (e.getResultCode() == AppSearchResult.RESULT_NOT_FOUND) { in getVisibilityDocumentsInVersion0()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchResult.java55 RESULT_NOT_FOUND,
96 public static final int RESULT_NOT_FOUND = 6; field in AppSearchResult
250 && ((AppSearchException) t).getResultCode() == RESULT_NOT_FOUND) { in throwableToFailedResult()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DResultCodeToProtoConverter.java49 return AppSearchResult.RESULT_NOT_FOUND; in toResultCode()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DAppSearchHelperTest.java257 assertThat(mUpdateStats.mDeleteStatuses).containsExactly(AppSearchResult.RESULT_NOT_FOUND); in testRemoveContacts_notFound_shouldCompleteNormallyAlways()
264 assertThat(mUpdateStats.mDeleteStatuses).containsExactly(AppSearchResult.RESULT_NOT_FOUND); in testRemoveContacts_notFound_shouldCompleteNormallyAlways()
DContactsIndexerUserInstanceTest.java647 assertThat(mUpdateStats.mDeleteStatuses).containsExactly(AppSearchResult.RESULT_NOT_FOUND); in testDeltaUpdate_insertedAndDeletedContacts()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java631 assertThat(exception.getResultCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in testLoggingStats_putDocument_failure()
637 assertThat(pStats.getStatusCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in testLoggingStats_putDocument_failure()
1026 assertThat(exception.getResultCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in testLoggingStats_remove_failure()
1031 assertThat(rStats.getStatusCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in testLoggingStats_remove_failure()
DAppSearchImplTest.java4706 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in testGetGlobalDocumentThrowsExceptionWhenNotVisible()
4812 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in getGlobalDocumentTest_notFound()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DAppSearchHelper.java454 if (errorCode == AppSearchResult.RESULT_NOT_FOUND) { in removeContactsByIdAsync()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java21 import static android.app.appsearch.AppSearchResult.RESULT_NOT_FOUND;
2389 RESULT_NOT_FOUND, "Cannot find the target service.")); in executeAppFunctionUnchecked()
2395 RESULT_NOT_FOUND, in executeAppFunctionUnchecked()
2408 RESULT_NOT_FOUND, "Cannot find the target service")); in executeAppFunctionUnchecked()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java1226 throw new AppSearchException(AppSearchResult.RESULT_NOT_FOUND); in globalGetDocument()
1232 AppSearchResult.RESULT_NOT_FOUND, in globalGetDocument()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java1508 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_NOT_FOUND); in executeAppFunction_cannotResolveService()
1521 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_NOT_FOUND); in executeAppFunction_serviceNotPermissionProtected()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt47 field public static final int RESULT_NOT_FOUND = 6; // 0x6