Searched refs:waitingQueryId (Results 1 – 1 of 1) sorted by relevance
967 int waitingQueryId = existingCacheEntry.queryId; in isWaitingForThisQuery() local968 Log.d(TAG, "waitingQueryId = " + waitingQueryId + "; queryId = " + queryId); in isWaitingForThisQuery()969 return waitingQueryId == queryId; in isWaitingForThisQuery()