Home
last modified time | relevance | path

Searched refs:tryBind (Results 1 – 7 of 7) sorted by relevance

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DConnectionBinder.java35 boolean tryBind( in tryBind() method
DCrossProfileSender.java554 scheduledExecutorService.execute(this::tryBind); in startTryBinding()
557 private void tryBind() { in tryBind() method in CrossProfileSender
591 if (!binder.tryBind(context, bindToService, connection, availabilityRestrictions)) { in tryBind()
607 scheduledExecutorService.schedule(this::tryBind, bindRetryDelayMs, TimeUnit.MILLISECONDS); in scheduleBindAttempt()
DDpcProfileBinder.java44 public boolean tryBind( in tryBind() method in DpcProfileBinder
DAbstractProfileBinder.java55 public boolean tryBind( in tryBind() method in AbstractProfileBinder
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp210 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h376 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;
1160 .tryBind(ID)