Searched refs:getFailures (Results 1 – 12 of 12) sorted by relevance
477 assertThat(getResult1.getFailures()).hasSize(2); in testRemove_withDeletePropagationFromParentToChildren()478 assertThat(getResult1.getFailures().get("person").getResultCode()) in testRemove_withDeletePropagationFromParentToChildren()480 assertThat(getResult1.getFailures().get("email1").getResultCode()) in testRemove_withDeletePropagationFromParentToChildren()681 assertThat(getResult1.getFailures()).hasSize(3); in testRemove_withDeletePropagationFromParentToGrandchildren()682 assertThat(getResult1.getFailures().get("person").getResultCode()) in testRemove_withDeletePropagationFromParentToGrandchildren()684 assertThat(getResult1.getFailures().get("email1").getResultCode()) in testRemove_withDeletePropagationFromParentToGrandchildren()686 assertThat(getResult1.getFailures().get("label1").getResultCode()) in testRemove_withDeletePropagationFromParentToGrandchildren()805 assertThat(getResult1.getFailures()).hasSize(2); in testRemove_withDeletePropagationFromParentToChildren_fromMultipleProperties()806 assertThat(getResult1.getFailures().get("person").getResultCode()) in testRemove_withDeletePropagationFromParentToChildren_fromMultipleProperties()808 assertThat(getResult1.getFailures().get("email").getResultCode()) in testRemove_withDeletePropagationFromParentToChildren_fromMultipleProperties()
187 List<F> failures = mCallback.getFailures(); in testGetFailures_immutable()193 .that(mCallback.getFailures()) in testGetFailures_immutable()234 .that(callback.getFailures()) in assertGetFailureMethodsWhenNoFailure()245 .that(callback.getFailures()) in assertGetFailureMethods()257 .that(callback.getFailures()) in assertGetFailureMethodsWhenInjectedResultWasCalledFirst()
89 expect.withMessage("getFailures()").that(mCallback.getFailures()).isEmpty(); in testInjectCallable_success()112 expect.withMessage("getFailures()").that(mCallback.getFailures()).containsExactly(failure); in testInjectCallable_throws()157 .that(callback.getFailures()) in testInjectCallable_multipleCalls_successFirst()199 .that(callback.getFailures()) in testInjectCallable_multipleCalls_failsFirst()
64 assertThat(outResult.getFailures()).containsExactly(blobHandle2, failureResult); in testFromBlobHandleToPfd()91 assertThat(outResult.getFailures()).containsExactly(blobHandle2, failureResult); in testFromBlobHandleToVoid()
322 int numDocsFailed = result.getFailures().size(); in indexContactsAsync()335 result.getFailures(); in indexContactsAsync()426 int numFailures = result.getFailures().size(); in removeContactsByIdAsync()441 result.getFailures().values()) { in removeContactsByIdAsync()
447 Map<String, AppSearchResult<Void>> failures = result.getFailures(); in indexApps()488 Map<String, AppSearchResult<Void>> failures = result.getFailures(); in indexAppOpenEvents()539 Map<String, AppSearchResult<Void>> failures = result.getFailures(); in indexApps()
169 result.getFailures().entrySet()) { in createGetDocumentCallback()
118 public final List<F> getFailures() { in getFailures() method in FailableResultSyncCallback
87 public @NonNull Map<KeyType, AppSearchResult<ValueType>> getFailures() { in getFailures() method in AppSearchBatchResult
1401 assertThat(callback.getBatchResult().getFailures()).containsExactly("123", in testEnterpriseGetDocuments_noEnterpriseUser_notFoundResults()
876 Map<String, AppSearchResult<Void>> failures = batchResult.getFailures(); in putDocuments()
6 …nNull public java.util.Map<KeyType,android.app.appsearch.AppSearchResult<ValueType>> getFailures();