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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java 51 private static final WifiNative.TxFateReport TX_FATE_REPORT = new WifiNative.TxFateReport(
170 * Verifies that TxFateReport's constructor sets all of the TxFateReport fields.
174 WifiNative.TxFateReport fateReport = new WifiNative.TxFateReport(
265 * Verifies that TxFateReport.toTableRowString() includes the information we care about.
269 WifiNative.TxFateReport fateReport = TX_FATE_REPORT;
283 fateReport = new WifiNative.TxFateReport(
303 fateReport = new WifiNative.TxFateReport(
    [all...]
WifiDiagnosticsTest.java 451 public boolean answer(String ifaceName, WifiNative.TxFateReport[] fates) {
452 fates[0] = new WifiNative.TxFateReport(
456 fates[1] = new WifiNative.TxFateReport(
585 public boolean answer(String ifaceName, WifiNative.TxFateReport[] fates) {
586 fates[0] = new WifiNative.TxFateReport(
    [all...]
WifiVendorHalTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 636 WifiNative.TxFateReport[] txFates =
637 new WifiNative.TxFateReport[WifiLoggerHal.MAX_FATE_LOG_LEN];
WifiNative.java     [all...]
WifiVendorHal.java     [all...]

Completed in 145 milliseconds