Searched refs:failedAuth (Results 1 – 3 of 3) sorted by relevance
181 private void sendSupplicantStateChangedBroadcast(SupplicantState state, boolean failedAuth) { in sendSupplicantStateChangedBroadcast() argument182 sendSupplicantStateChangedBroadcast(state, failedAuth, WifiManager.ERROR_AUTH_FAILURE_NONE); in sendSupplicantStateChangedBroadcast()185 private void sendSupplicantStateChangedBroadcast(SupplicantState state, boolean failedAuth, in sendSupplicantStateChangedBroadcast() argument210 mBatteryStats.noteWifiSupplicantStateChanged(supplState, failedAuth); in sendSupplicantStateChangedBroadcast()218 if (failedAuth) { in sendSupplicantStateChangedBroadcast()
117 void noteWifiSupplicantStateChanged(int supplState, boolean failedAuth); in noteWifiSupplicantStateChanged() argument
922 public void noteWifiSupplicantStateChanged(int supplState, boolean failedAuth) { in noteWifiSupplicantStateChanged() argument925 mStats.noteWifiSupplicantStateChangedLocked(supplState, failedAuth); in noteWifiSupplicantStateChanged()