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