Searched refs:lastConnectionFailure (Results 1 – 1 of 1) sorted by relevance
668 public long lastConnectionFailure; field in WifiConfiguration1636 if (this.lastConnectionFailure != 0) { in toString()1638 long diff = now_ms - this.lastConnectionFailure; in toString()2000 lastConnectionFailure = source.lastConnectionFailure; in WifiConfiguration()2067 dest.writeLong(lastConnectionFailure); in writeToParcel()2134 config.lastConnectionFailure = in.readLong();