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.java507 log.histogramAwareAvailableDurationMs = histogramToProtoArray( in consolidateProto()
515 log.histogramAwareEnabledDurationMs = histogramToProtoArray( in consolidateProto()
533 log.histogramAttachSessionStatus = histogramToProtoArray(mAttachStatusData); in consolidateProto()
534 log.histogramAttachDurationMs = histogramToProtoArray( in consolidateProto()
544 log.histogramPublishStatus = histogramToProtoArray(mPublishStatusData); in consolidateProto()
545 log.histogramSubscribeStatus = histogramToProtoArray(mSubscribeStatusData); in consolidateProto()
548 log.histogramPublishSessionDurationMs = histogramToProtoArray( in consolidateProto()
551 log.histogramSubscribeSessionDurationMs = histogramToProtoArray( in consolidateProto()
559 log.histogramSubscribeGeofenceMin = histogramToProtoArray( in consolidateProto()
562 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;
622 WifiMetricsProto.WifiAwareLog.NanStatusHistogramBucket[] sh = histogramToProtoArray( in testNanStatusTypeHistogram()