Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DAbstractRemoteService.java300 final boolean bound = handleIsBound(); in dump()
456 if (!handleIsBound()) { in handlePendingRequest()
487 private boolean handleIsBound() { in handleIsBound() method in AbstractRemoteService
492 if (handleIsBound() || mConnecting) return; in handleEnsureBound()
515 if (!handleIsBound() && !mConnecting) return; in handleEnsureUnbound()
519 if (handleIsBound()) { in handleEnsureUnbound()