Searched refs:lastConnected (Results 1 – 5 of 5) sorted by relevance
1387 public long lastConnected; field in WifiConfiguration3152 if (this.lastConnected != 0) { in toString()3154 sbuf.append("lastConnected: ").append(logTimeOfDay(this.lastConnected)); in toString()3613 lastConnected = source.lastConnected; in WifiConfiguration()
339 boolean isRecentlyConnected = (mClock.getWallClockMillis() - network.lastConnected) in dump()
1518 Math.max(config.lastConnected, config.lastUpdated)) in removeExcessNetworks()2055 config.lastConnected = mClock.getWallClockMillis(); in updateNetworkAfterConnect()
7000 recentConfig.lastConnected = 2; in testRemoveExcessNetworksOnAdd()7002 notRecentConfig.lastConnected = 1; in testRemoveExcessNetworksOnAdd()
1600 Landroid/net/wifi/WifiConfiguration;->lastConnected:J