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.java353 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()
373 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()
385 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testTxFateReportToVerboseStringWithPiiAllowed()
439 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testRxFateReportToVerboseStringWithPiiAllowed()
461 verboseFateString = fateReport.toVerboseStringWithPiiAllowed(); in testRxFateReportToVerboseStringWithPiiAllowed()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java790 verboseOutput.append(fate.toVerboseStringWithPiiAllowed()); in dumpPacketFatesInternal()
DWifiNative.java2882 public String toVerboseStringWithPiiAllowed() { in toVerboseStringWithPiiAllowed() method in WifiNative.FateReport