Searched refs:failedAuth (Results 1 – 4 of 4) sorted by relevance
174 private void sendSupplicantStateChangedBroadcast(SupplicantState state, boolean failedAuth) { in sendSupplicantStateChangedBroadcast() argument198 mBatteryStats.noteWifiSupplicantStateChanged(supplState, failedAuth); in sendSupplicantStateChangedBroadcast()206 if (failedAuth) { in sendSupplicantStateChangedBroadcast()
93 void noteWifiSupplicantStateChanged(int supplState, boolean failedAuth); in noteWifiSupplicantStateChanged() argument
512 public void noteWifiSupplicantStateChanged(int supplState, boolean failedAuth) { in noteWifiSupplicantStateChanged() argument515 mStats.noteWifiSupplicantStateChangedLocked(supplState, failedAuth); in noteWifiSupplicantStateChanged()
3666 public void noteWifiSupplicantStateChangedLocked(int supplState, boolean failedAuth) { in noteWifiSupplicantStateChangedLocked() argument