Searched refs:lastConnected (Results 1 – 2 of 2) sorted by relevance
920 public long lastConnected; field in WifiConfiguration2363 if (this.lastConnected != 0) { in toString()2365 sbuf.append("lastConnected: ").append(logTimeOfDay(this.lastConnected)); in toString()2775 lastConnected = source.lastConnected; in WifiConfiguration()
1996 config.lastConnected = mClock.getWallClockMillis(); in updateNetworkAfterConnect()