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

  /external/chromium_org/tools/perf/benchmarks/
scirra.py 24 object_count = '$objectcount$'
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 543 Long objectCount = null;
551 objectCount = (Long) request.getHeader(HeaderSet.COUNT);
567 if (objectCount != null) {
568 intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT, objectCount.intValue());
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 213 public void setObjectCount(int objectCount) {
214 mTotalCount = objectCount;

Completed in 2636 milliseconds