Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp2620 const bool healthy = (mPreviousBindDelay == 0ms); in needToBind() local
2625 << (healthy ? "The DL is healthy/freshly bound, ok to retry for a few times." in needToBind()
2629 if (!healthy) { in needToBind()
2690 const bool healthy = (bindDelay == 0ms); in bind() local
2692 << (healthy ? ", retrying." : ""); in bind()
2696 if (healthy) { in bind()