Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2296 constexpr int kMaxAttempts = 50; in findDnsSockets() local
2298 for (int i = 0; i < kMaxAttempts; i++) { in findDnsSockets()
2301 << "Failed to dump sockets, attempt " << i << " of " << kMaxAttempts; in findDnsSockets()