Searched refs:queryCount (Results 1 – 3 of 3) sorted by relevance
66 private final long queryCount; field in QueryTaskConfig70 QueryTaskConfig(@NonNull QueryTaskConfig other, long queryCount, int transactionId, in QueryTaskConfig() argument84 this.queryCount = queryCount; in QueryTaskConfig()120 this.queryCount = 0; in QueryTaskConfig()159 long newQueryCount = queryCount + 1; in getConfigForNextRun()194 return queryCount > numOfQueriesBeforeBackoff; in shouldUseQueryBackoff()
374 int queryCount = 0; in query() local384 queryCount++; in query()403 queryCount++; in query()407 new InetAddressAnswerAccumulator(queryNetwork, queryCount, callback); in query()
203 public void setNextCursorExtras(int queryCount, String mediaCollectionId, in setNextCursorExtras() argument205 mCursorExtraQueryCount = queryCount; in setNextCursorExtras()