Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java570 log.histogramAwareAvailableDurationMs = histogramToProtoArray( in consolidateProto()
578 log.histogramAwareEnabledDurationMs = histogramToProtoArray( in consolidateProto()
596 log.histogramAttachSessionStatus = histogramToProtoArray(mAttachStatusData); in consolidateProto()
597 log.histogramAttachDurationMs = histogramToProtoArray( in consolidateProto()
607 log.histogramPublishStatus = histogramToProtoArray(mPublishStatusData); in consolidateProto()
608 log.histogramSubscribeStatus = histogramToProtoArray(mSubscribeStatusData); in consolidateProto()
611 log.histogramPublishSessionDurationMs = histogramToProtoArray( in consolidateProto()
614 log.histogramSubscribeSessionDurationMs = histogramToProtoArray( in consolidateProto()
622 log.histogramSubscribeGeofenceMin = histogramToProtoArray( in consolidateProto()
625 log.histogramSubscribeGeofenceMax = histogramToProtoArray( in consolidateProto()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java23 import static com.android.server.wifi.aware.WifiAwareMetrics.histogramToProtoArray;
847 WifiMetricsProto.WifiAwareLog.NanStatusHistogramBucket[] sh = histogramToProtoArray( in testNanStatusTypeHistogram()