Searched refs:mNextServerIndex (Results 1 – 1 of 1) sorted by relevance
55 private int mNextServerIndex; field in GnssPsdsDownloader79 mNextServerIndex = random.nextInt(count); in GnssPsdsDownloader()92 int startIndex = mNextServerIndex; in downloadPsdsData()104 result = doDownloadWithTrafficAccounted(mLongTermPsdsServers[mNextServerIndex]); in downloadPsdsData()107 mNextServerIndex++; in downloadPsdsData()108 if (mNextServerIndex == mLongTermPsdsServers.length) { in downloadPsdsData()109 mNextServerIndex = 0; in downloadPsdsData()112 if (mNextServerIndex == startIndex) break; in downloadPsdsData()