HomeSort by relevance Sort by last modified time
    Searched full:batchsize (Results 1 - 6 of 6) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 62 * @param batchSize the maximum number of entries to execute.
64 public void executeNextBatch(int batchSize) {
67 int count = Math.min(mQueuedTasks.size(), batchSize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 105 int batchSize = mOppManager.getBatchSize();
107 toastMsg = context.getString(R.string.bt_toast_5, Integer.toString(batchSize),
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
EmailSyncAdapter.java     [all...]
  /frameworks/base/services/input/
InputReader.cpp 313 size_t batchSize = 1;
316 while (batchSize < count) {
317 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
318 || rawEvent[batchSize].deviceId != deviceId) {
321 batchSize += 1;
324 ALOGD("BatchSize: %d Count: %d", batchSize, count);
326 processEventsForDeviceLocked(deviceId, rawEvent, batchSize);
343 count -= batchSize;
344 rawEvent += batchSize;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 1820 milliseconds