Home
last modified time | relevance | path

Searched refs:REPORT_REASON_USER_ACTION (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java87 public static final int REPORT_REASON_USER_ACTION = 7; field in WifiDiagnostics
602 if (errorCode == REPORT_REASON_USER_ACTION) return false; in flushDump()
DClientModeImpl.java2065 mWifiDiagnostics.captureBugReportData(WifiDiagnostics.REPORT_REASON_USER_ACTION); in dump()