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

  /frameworks/base/core/java/android/bluetooth/le/
ScanResult.java 41 private long mTimestampNanos;
56 mTimestampNanos = timestampNanos;
78 dest.writeLong(mTimestampNanos);
89 mTimestampNanos = in.readLong();
123 return mTimestampNanos;
128 return Objects.hash(mDevice, mRssi, mScanRecord, mTimestampNanos);
142 && (mTimestampNanos == other.mTimestampNanos);
148 + Objects.toString(mScanRecord) + ", mRssi=" + mRssi + ", mTimestampNanos="
149 + mTimestampNanos + '}'
    [all...]
  /frameworks/base/core/java/android/view/
Choreographer.java 697 private long mTimestampNanos;
743 mTimestampNanos = timestampNanos;
753 doFrame(mTimestampNanos, mFrame);
    [all...]

Completed in 744 milliseconds