Searched refs:mTimestampNanos (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanResult.java | 85 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()
|
D | PeriodicAdvertisingReport.java | 53 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/ |
D | Choreographer.java | 913 private long mTimestampNanos; field in Choreographer.FrameDisplayEventReceiver 945 mTimestampNanos = timestampNanos; in onVsync() 955 doFrame(mTimestampNanos, mFrame); in run()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 12415 Landroid/bluetooth/le/PeriodicAdvertisingReport;->mTimestampNanos:J 12488 Landroid/bluetooth/le/ScanResult;->mTimestampNanos:J 74052 Landroid/view/Choreographer$FrameDisplayEventReceiver;->mTimestampNanos:J
|