Home
last modified time | relevance | path

Searched refs:totalReads (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DCachedInputStream.java149 int totalReads = copied; in read() local
165 totalReads += reads; in read()
171 totalReads += reads; in read()
179 if (totalReads == 0) { in read()
182 return totalReads; in read()