Searched refs:RESULT_NOT_FOUND (Results 1 – 14 of 14) sorted by relevance
18 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()
73 if (e.getResultCode() == AppSearchResult.RESULT_NOT_FOUND) { in getVisibilityDocumentsInVersion1()
155 if (e.getResultCode() == AppSearchResult.RESULT_NOT_FOUND) { in getVisibilityDocumentsInVersion0()
55 RESULT_NOT_FOUND,96 public static final int RESULT_NOT_FOUND = 6; field in AppSearchResult250 && ((AppSearchException) t).getResultCode() == RESULT_NOT_FOUND) { in throwableToFailedResult()
49 return AppSearchResult.RESULT_NOT_FOUND; in toResultCode()
257 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()
647 assertThat(mUpdateStats.mDeleteStatuses).containsExactly(AppSearchResult.RESULT_NOT_FOUND); in testDeltaUpdate_insertedAndDeletedContacts()
631 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()
4706 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in testGetGlobalDocumentThrowsExceptionWhenNotVisible()4812 assertThat(e.getResultCode()).isEqualTo(AppSearchResult.RESULT_NOT_FOUND); in getGlobalDocumentTest_notFound()
454 if (errorCode == AppSearchResult.RESULT_NOT_FOUND) { in removeContactsByIdAsync()
21 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()
1226 throw new AppSearchException(AppSearchResult.RESULT_NOT_FOUND); in globalGetDocument()1232 AppSearchResult.RESULT_NOT_FOUND, in globalGetDocument()
1508 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_NOT_FOUND); in executeAppFunction_cannotResolveService()1521 verifyExecuteAppFunctionCallbackResult(AppSearchResult.RESULT_NOT_FOUND); in executeAppFunction_serviceNotPermissionProtected()
47 field public static final int RESULT_NOT_FOUND = 6; // 0x6