Home
last modified time | relevance | path

Searched refs:mTimestampNanos (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java85 private long mTimestampNanos; field in ScanResult
110 mTimestampNanos = timestampNanos; in ScanResult()
145 mTimestampNanos = timestampNanos; in ScanResult()
167 dest.writeLong(mTimestampNanos); in writeToParcel()
184 mTimestampNanos = in.readLong(); in readFromParcel()
224 return mTimestampNanos; in getTimestampNanos()
305 return Objects.hash(mDevice, mRssi, mScanRecord, mTimestampNanos, in hashCode()
322 && (mTimestampNanos == other.mTimestampNanos) in equals()
335 + ", timestampNanos=" + mTimestampNanos + ", eventType=" + mEventType in toString()
DPeriodicAdvertisingReport.java53 private long mTimestampNanos; field in PeriodicAdvertisingReport
142 return mTimestampNanos; in getTimestampNanos()
147 return Objects.hash(mSyncHandle, mTxPower, mRssi, mDataStatus, mData, mTimestampNanos); in hashCode()
164 && (mTimestampNanos == other.mTimestampNanos); in equals()
171 + ", data=" + Objects.toString(mData) + ", timestampNanos=" + mTimestampNanos + '}'; in toString()
/frameworks/base/core/java/android/view/
DChoreographer.java913 private long mTimestampNanos; field in Choreographer.FrameDisplayEventReceiver
945 mTimestampNanos = timestampNanos; in onVsync()
955 doFrame(mTimestampNanos, mFrame); in run()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12415 Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTimestampNanos:J
12488 Landroid/bluetooth/le/ScanResult;->mTimestampNanos:J
74052 Landroid/view/Choreographer$FrameDisplayEventReceiver;->mTimestampNanos:J