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.java897 private int convertNdpRequestTypeToProtoEnum(int ndpRequestType) { in convertNdpRequestTypeToProtoEnum() argument
898 switch (ndpRequestType) { in convertNdpRequestTypeToProtoEnum()
908 Log.e(TAG, "Unrecognized NdpRequestType: " + ndpRequestType); in convertNdpRequestTypeToProtoEnum()
925 protoArray[i].ndpRequestType = histogram.keyAt(i); in histogramToNanRequestProtoArray()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java695 collector.checkThat(logPrefix + ": type", bucket.ndpRequestType, equalTo(type)); in validateNdpRequestProtoHistBucket()