Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DProcessLoggingHandler.java57 long startTimestamp = bundle.getLong("startTimestamp"); in handleMessage() local
60 startTimestamp, uid, pid, seinfo, apkHash); in handleMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java331 mAwareMetrics.recordNdpStatus(reason, networkSpecifier.isOutOfBand(), nnri.startTimestamp); in onDataPathInitiateFail()
441 nnri.startTimestamp = mClock.getElapsedSinceBootMillis(); in onDataPathRequest()
490 nnri.startTimestamp); in onRespondToDataPathRequest()
666 nnri.startTimestamp); in onDataPathConfirm()
677 mAwareMetrics.recordNdpStatus(NanStatusType.SUCCESS, isOutOfBand, nnri.startTimestamp); in handleAddressValidation()
678 nnri.startTimestamp = mClock.getElapsedSinceBootMillis(); // update time-stamp in handleAddressValidation()
724 mAwareMetrics.recordNdpSessionDuration(nnriE.getValue().startTimestamp); in onDataPathEnd()
793 nnri.networkSpecifier.isOutOfBand(), nnri.startTimestamp); in handleDataPathTimeout()
946 nnri.startTimestamp = mClock.getElapsedSinceBootMillis(); in needNetworkFor()
1179 public long startTimestamp = 0; // request is made (initiator) / get request (responder) field in WifiAwareDataPathStateManager.AwareNetworkRequestInformation
[all …]
DWifiAwareMetrics.java463 public void recordNdpStatus(int status, boolean isOutOfBand, long startTimestamp) { in recordNdpStatus() argument
472 long creationTime = mClock.getElapsedSinceBootMillis() - startTimestamp; in recordNdpStatus()
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java104 NetworkStats(Context context, NetworkTemplate template, int flags, long startTimestamp, in NetworkStats() argument
111 mStartTimeStamp = startTimestamp; in NetworkStats()