HomeSort by relevance Sort by last modified time
    Searched defs:listStartOffset (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 471 public int listStartOffset;
495 listStartOffset = 0;
507 Log.i(TAG, "maxListCount=" + maxListCount + " listStartOffset=" + listStartOffset
572 appParamValue.listStartOffset = highValue * 256 + lowValue;
596 final int maxListCount, final int listStartOffset, final String searchValue,
607 itemsFound = createList(maxListCount, listStartOffset, searchValue, result,
610 itemsFound = createList(maxListCount, listStartOffset, searchValue, result,
621 int startPoint = listStartOffset;
626 if (D) Log.d(TAG, "call log list, size=" + requestSize + " offset=" + listStartOffset);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]

Completed in 151 milliseconds