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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java 218 * Verifies that TxFateReport.toTableRowString() includes the information we care about.
224 fateReport.toTableRowString().replaceAll("\\s+", " ").trim().matches(
243 fateReport.toTableRowString().replaceAll("\\s+", " ").trim().matches(
263 fateReport.toTableRowString().replaceAll("\\s+", " ").trim().matches(
322 * Verifies that RxFateReport.toTableRowString() includes the information we care about.
328 fateReport.toTableRowString().replaceAll("\\s+", " ").trim().matches(
349 fateReport.toTableRowString().replaceAll("\\s+", " ").trim().matches(
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 673 pw.print(fate.toTableRowString());
WifiNative.java     [all...]

Completed in 563 milliseconds