Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java54 private static final int DEFAULT_BATCH_SIZE = 250; field in PbapClientConnectionHandler
414 Math.min(Math.min(DEFAULT_BATCH_SIZE, numberOfContactsRemaining), in downloadContacts()