OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_PROGRESS_STEP
(Results
1 - 2
of
2
) sorted by null
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java
129
public static final int
MIN_PROGRESS_STEP
= 4096;
DownloadThread.java
559
if (state.mCurrentBytes - state.mBytesNotified > Constants.
MIN_PROGRESS_STEP
&&
[
all
...]
Completed in 210 milliseconds