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

  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingReport.java 53 private long mTimestampNanos;
142 return mTimestampNanos;
147 return Objects.hash(mSyncHandle, mTxPower, mRssi, mDataStatus, mData, mTimestampNanos);
164 && (mTimestampNanos == other.mTimestampNanos);
171 + ", data=" + Objects.toString(mData) + ", timestampNanos=" + mTimestampNanos + '}';
ScanResult.java 85 private long mTimestampNanos;
110 mTimestampNanos = timestampNanos;
145 mTimestampNanos = timestampNanos;
167 dest.writeLong(mTimestampNanos);
184 mTimestampNanos = in.readLong();
224 return mTimestampNanos;
305 return Objects.hash(mDevice, mRssi, mScanRecord, mTimestampNanos,
322 && (mTimestampNanos == other.mTimestampNanos)
335 + ", timestampNanos=" + mTimestampNanos + ", eventType=" + mEventTyp
    [all...]
  /frameworks/base/core/java/android/view/
Choreographer.java     [all...]

Completed in 69 milliseconds