OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RxFateReport
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNativeTest.java
58
private static final WifiNative.
RxFateReport
RX_FATE_REPORT = new WifiNative.
RxFateReport
(
179
* Verifies that
RxFateReport
's constructor sets all of the
RxFateReport
fields.
183
WifiNative.
RxFateReport
fateReport = new WifiNative.
RxFateReport
(
361
* Verifies that
RxFateReport
.toTableRowString() includes the information we care about.
365
WifiNative.
RxFateReport
fateReport = RX_FATE_REPORT;
381
fateReport = new WifiNative.
RxFateReport
(
402
* Verifies that
RxFateReport
.toVerboseStringWithPiiAllowed() includes the information we car
[
all
...]
WifiDiagnosticsTest.java
452
public boolean answer(WifiNative.
RxFateReport
[] fates) {
453
fates[0] = new WifiNative.
RxFateReport
(
457
fates[1] = new WifiNative.
RxFateReport
(
582
public boolean answer(WifiNative.
RxFateReport
[] fates) {
583
fates[0] = new WifiNative.
RxFateReport
(
[
all
...]
WifiVendorHalTest.java
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java
624
WifiNative.
RxFateReport
[] rxFates =
625
new WifiNative.
RxFateReport
[WifiLoggerHal.MAX_FATE_LOG_LEN];
WifiNative.java
[
all
...]
WifiVendorHal.java
[
all
...]
Completed in 150 milliseconds