Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareMetrics.java1012 private int convertNdpRequestTypeToProtoEnum(int ndpRequestType) { in convertNdpRequestTypeToProtoEnum() argument
1013 switch (ndpRequestType) { in convertNdpRequestTypeToProtoEnum()
1023 Log.e(TAG, "Unrecognized NdpRequestType: " + ndpRequestType); in convertNdpRequestTypeToProtoEnum()
1040 protoArray[i].ndpRequestType = histogram.keyAt(i); in histogramToNanRequestProtoArray()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java920 collector.checkThat(logPrefix + ": type", bucket.ndpRequestType, equalTo(type)); in validateNdpRequestProtoHistBucket()