Searched refs:bindDelay (Results 1 – 1 of 1) sorted by relevance
2679 const auto bindDelay = *maybeBindDelay; in bind() local2680 if (bindDelay > 1s) { in bind()2682 << bindDelay.count() / 1000 << "s" in bind()2687 auto status = mService.mDataLoaderManager->bindToDataLoader(id(), mParams, bindDelay.count(), in bind()2690 const bool healthy = (bindDelay == 0ms); in bind()