Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DConnectivityDiagnosticsManager.java220 private final long mReportTimestamp; field in ConnectivityDiagnosticsManager.ConnectivityReport
253 mReportTimestamp = reportTimestamp; in ConnectivityReport()
275 return mReportTimestamp; in getReportTimestamp()
317 return mReportTimestamp == that.mReportTimestamp in equals()
328 mReportTimestamp, in hashCode()
344 dest.writeLong(mReportTimestamp); in writeToParcel()
437 private long mReportTimestamp; field in ConnectivityDiagnosticsManager.DataStallReport
497 return mReportTimestamp; in getReportTimestamp()
552 return mReportTimestamp == that.mReportTimestamp in equals()
564 mReportTimestamp, in hashCode()
[all …]