HomeSort by relevance Sort by last modified time
    Searched refs:toVerboseStringWithPiiAllowed (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java 324 * Verifies that TxFateReport.toVerboseStringWithPiiAllowed() includes the information we care
331 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed();
351 verboseFateString = fateReport.toVerboseStringWithPiiAllowed();
363 verboseFateString = fateReport.toVerboseStringWithPiiAllowed();
410 * Verifies that RxFateReport.toVerboseStringWithPiiAllowed() includes the information we care
417 String verboseFateString = fateReport.toVerboseStringWithPiiAllowed();
439 verboseFateString = fateReport.toVerboseStringWithPiiAllowed();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 689 verboseOutput.append(fate.toVerboseStringWithPiiAllowed());
WifiNative.java     [all...]

Completed in 243 milliseconds