Searched refs:lastConnected (Results 1 – 6 of 6) sorted by relevance
1555 public long lastConnected; field in WifiConfiguration3681 if (this.lastConnected != 0) { in toString()3683 sbuf.append("lastConnected: ").append(logTimeOfDay(this.lastConnected)); in toString()4127 lastConnected = source.lastConnected; in WifiConfiguration()
342 boolean isRecentlyConnected = (mClock.getWallClockMillis() - network.lastConnected) in dump()
1891 Math.max(config.lastConnected, config.lastUpdated)) in removeExcessNetworks()2444 config.lastConnected = mClock.getWallClockMillis(); in updateNetworkAfterConnect()
7664 recentConfig.lastConnected = 2; in testRemoveExcessNetworksOnAdd()7666 notRecentConfig.lastConnected = 1; in testRemoveExcessNetworksOnAdd()7733 recentConfig.lastConnected = 2; in testRemoveExcessAppAddedNetworksOnAdd()7735 notRecentConfig.lastConnected = 1; in testRemoveExcessAppAddedNetworksOnAdd()
591 field @Deprecated public long lastConnected;
1600 Landroid/net/wifi/WifiConfiguration;->lastConnected:J