Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java503 log.histogramAwareAvailableDurationMs = histogramToProtoArray( in consolidateProto()
511 log.histogramAwareEnabledDurationMs = histogramToProtoArray( in consolidateProto()
529 log.histogramAttachSessionStatus = histogramToProtoArray(mAttachStatusData); in consolidateProto()
530 log.histogramAttachDurationMs = histogramToProtoArray( in consolidateProto()
540 log.histogramPublishStatus = histogramToProtoArray(mPublishStatusData); in consolidateProto()
541 log.histogramSubscribeStatus = histogramToProtoArray(mSubscribeStatusData); in consolidateProto()
544 log.histogramPublishSessionDurationMs = histogramToProtoArray( in consolidateProto()
547 log.histogramSubscribeSessionDurationMs = histogramToProtoArray( in consolidateProto()
555 log.histogramSubscribeGeofenceMin = histogramToProtoArray( in consolidateProto()
558 log.histogramSubscribeGeofenceMax = histogramToProtoArray( in consolidateProto()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java20 import static com.android.server.wifi.aware.WifiAwareMetrics.histogramToProtoArray;
578 WifiMetricsProto.WifiAwareLog.NanStatusHistogramBucket[] sh = histogramToProtoArray( in testNanStatusTypeHistogram()