Searched refs:ndpRequestType (Results 1 – 2 of 2) sorted by relevance
1012 private int convertNdpRequestTypeToProtoEnum(int ndpRequestType) { in convertNdpRequestTypeToProtoEnum() argument1013 switch (ndpRequestType) { in convertNdpRequestTypeToProtoEnum()1023 Log.e(TAG, "Unrecognized NdpRequestType: " + ndpRequestType); in convertNdpRequestTypeToProtoEnum()1040 protoArray[i].ndpRequestType = histogram.keyAt(i); in histogramToNanRequestProtoArray()
920 collector.checkThat(logPrefix + ": type", bucket.ndpRequestType, equalTo(type)); in validateNdpRequestProtoHistBucket()