Searched refs:lastConnectionFailure (Results 1 – 1 of 1) sorted by relevance
621 public long lastConnectionFailure; field in WifiConfiguration1553 if (this.lastConnectionFailure != 0) { in toString()1555 long diff = now_ms - this.lastConnectionFailure; in toString()1890 lastConnectionFailure = source.lastConnectionFailure; in WifiConfiguration()1961 dest.writeLong(lastConnectionFailure); in writeToParcel()2032 config.lastConnectionFailure = in.readLong();