Searched refs:UPLOAD_LIMIT (Results 1 – 2 of 2) sorted by relevance
60 private static final int UPLOAD_LIMIT = 100; field in UploadedTexture188 if (mThrottled && ++sUploadedCount > UPLOAD_LIMIT) { in updateContent()207 return sUploadedCount > UPLOAD_LIMIT; in uploadLimitReached()
43 private static final int UPLOAD_LIMIT = 1; field in TiledImageRenderer417 mUploadQuota = UPLOAD_LIMIT; in draw()571 int quota = UPLOAD_LIMIT; in uploadTiles()