Searched defs:NUM_INITIAL_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java41 * At the first request, the loader returns only first NUM_INITIAL_ENTRIES. Then it launches
46 static final int NUM_INITIAL_ENTRIES = 10; field in class:DocumentLoader
67 * It loads the first NUM_INITIAL_ENTRIES of object info, then launches the background thread
87 task.loadObjectInfoList(NUM_INITIAL_ENTRIES);

Completed in 44 milliseconds