Searched refs:maxSleepIterations (Results 1 – 1 of 1) sorted by relevance
83 int maxSleepIterations = 250; in getContextHubs() local84 while (!mHubInfoValid && !mClient.isConnected() && --maxSleepIterations > 0) { in getContextHubs()