Searched refs:checkSuccess (Results 1 – 3 of 3) sorted by relevance
344 checkSuccess(initializeResultProto.getStatus()); in AppSearchImpl()375 checkSuccess(getAllNamespacesResultProto.getStatus()); in AppSearchImpl()779 checkSuccess(setSchemaResultProto.getStatus()); in doSetSchemaNoChangeNotificationLocked()1003 checkSuccess(getAllNamespacesResultProto.getStatus()); in getNamespaces()1087 checkSuccess(putResultProto.getStatus()); in putDocument()1342 checkSuccess(getResultProto.getStatus()); in getDocumentProtoByIdLocked()1603 checkSuccess(searchResultProto.getStatus()); in searchInIcingLocked()1664 checkSuccess(response.getStatus()); in searchSuggestion()1756 checkSuccess(searchResultProto.getStatus()); in getNextPage()1863 checkSuccess(result.getStatus()); in reportUsage()[all …]
47 public ShellCommandRule(String cmd, @Nullable String revertCommand, boolean checkSuccess, in ShellCommandRule() argument51 mCheckSuccess = checkSuccess; in ShellCommandRule()
110 public void checkSuccess() { in checkSuccess() method in AppSearchBatchResult