Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java175 int numBytesReceivedSoFar = 0; in runUntilProgress() local
182 numBytesReceivedSoFar = cursor.getInt( in runUntilProgress()
191 numBytesReceivedSoFar + ", totalBytes: " + totalBytes); in runUntilProgress()
196 if (numBytesReceivedSoFar * 100 / totalBytes >= progress) { in runUntilProgress()
205 numBytesReceivedSoFar + ", totalBytes: " + totalBytes); in runUntilProgress()