Home
last modified time | relevance | path

Searched refs:toVerboseStringWithPiiAllowed (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java284 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()
304 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()
316 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()
370 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testRxFateReportToVerboseStringWithPiiAllowed()
392 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testRxFateReportToVerboseStringWithPiiAllowed()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java667 verboseOutput.append(fate.toVerboseStringWithPiiAllowed()); in dumpPacketFatesInternal()
DWifiNative.java2662 public String toVerboseStringWithPiiAllowed() { in toVerboseStringWithPiiAllowed() method in WifiNative.FateReport