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 52 private static final WifiNative.TxFateReport TX_FATE_REPORT = new WifiNative.TxFateReport(
162 * Verifies that TxFateReport's constructor sets all of the TxFateReport fields.
166 WifiNative.TxFateReport fateReport = new WifiNative.TxFateReport(
257 * Verifies that TxFateReport.toTableRowString() includes the information we care about.
261 WifiNative.TxFateReport fateReport = TX_FATE_REPORT;
275 fateReport = new WifiNative.TxFateReport(
295 fateReport = new WifiNative.TxFateReport(
    [all...]
WifiDiagnosticsTest.java 439 public boolean answer(WifiNative.TxFateReport[] fates) {
440 fates[0] = new WifiNative.TxFateReport(
444 fates[1] = new WifiNative.TxFateReport(
573 public boolean answer(WifiNative.TxFateReport[] fates) {
574 fates[0] = new WifiNative.TxFateReport(
    [all...]
WifiVendorHalTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 616 WifiNative.TxFateReport[] txFates =
617 new WifiNative.TxFateReport[WifiLoggerHal.MAX_FATE_LOG_LEN];
WifiNative.java     [all...]
WifiVendorHal.java     [all...]

Completed in 72 milliseconds