Searched refs:mTimestampNanos (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java41 private long mTimestampNanos; field in class:ScanResult
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/
H A DChoreographer.java697 private long mTimestampNanos; field in class:Choreographer.FrameDisplayEventReceiver
743 mTimestampNanos = timestampNanos;
753 doFrame(mTimestampNanos, mFrame);

Completed in 82 milliseconds