Searched refs:mPendingIconRequestCount (Results 1 – 1 of 1) sorted by relevance
113 private int mPendingIconRequestCount = 0; field in IconCache212 if (mPendingIconRequestCount <= 0) { in updateIconInBackground()215 mPendingIconRequestCount++; in updateIconInBackground()228 mPendingIconRequestCount--; in onIconRequestEnd()229 if (mPendingIconRequestCount <= 0) { in onIconRequestEnd()