HomeSort by relevance Sort by last modified time
    Searched refs:putLong (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/java/android/os/
PerformanceCollector.java 393 iteration.putLong(METRIC_KEY_EXECUTION_TIME, mExecTime);
394 iteration.putLong(METRIC_KEY_CPU_TIME, mCpuTime);
461 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key));
504 mPerfSnapshot.putLong(key, binderCounts.getLong(key));
510 mPerfSnapshot.putLong(key, allocCounts.getLong(key));
513 mPerfSnapshot.putLong(METRIC_KEY_EXECUTION_TIME, mSnapshotExecTime);
514 mPerfSnapshot.putLong(METRIC_KEY_CPU_TIME, mSnapshotCpuTime);
516 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax);
517 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_ALLOCATED, nativeAllocated);
518 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_FREE, nativeFree)
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
LongSerializer.java 52 buffer.putLong((Long)object);
DateSerializer.java 53 buffer.putLong(((Date)object).getTime());
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 106 result.putLong(String.format(labelTemplate, "rxBytes"), statsEntry.rxBytes);
107 result.putLong(String.format(labelTemplate, "txBytes"), statsEntry.txBytes);
114 result.putLong("Total rx Bytes", rxBytes);
115 result.putLong("Total tx Bytes", txBytes);
116 result.putLong("Total rx Packets", rxPackets);
117 result.putLong("Total tx Packets", txPackets);
  /packages/apps/Settings/src/com/android/settings/net/
SummaryForAllUidLoader.java 38 args.putLong(KEY_START, start);
39 args.putLong(KEY_END, end);
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 149 bundle.putLong(REPORT_KEY_BYTES_RECEIVED, entry.rxBytes);
150 bundle.putLong(REPORT_KEY_BYTES_SENT, entry.txBytes);
151 bundle.putLong(REPORT_KEY_PACKETS_RECEIVED, entry.rxPackets);
152 bundle.putLong(REPORT_KEY_PACKETS_SENT, entry.txPackets);
153 bundle.putLong(REPORT_KEY_OPERATIONS, entry.operations);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java 345 mBundle.putLong(KEY_TIMESTAMP, elapsedRealtimeTimestamp);
362 mBundle.putLong(KEY_CONTENT_POSITION, positionMilliseconds);
371 mBundle.putLong(KEY_CONTENT_DURATION, durationMilliseconds);
  /external/guava/guava/src/com/google/common/hash/
AbstractHasher.java 34 return putLong(Double.doubleToRawLongBits(d));