Home
last modified time | relevance | path

Searched refs:lastConnected (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java1555 public long lastConnected; field in WifiConfiguration
3681 if (this.lastConnected != 0) { in toString()
3683 sbuf.append("lastConnected: ").append(logTimeOfDay(this.lastConnected)); in toString()
4127 lastConnected = source.lastConnected; in WifiConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiHealthMonitor.java342 boolean isRecentlyConnected = (mClock.getWallClockMillis() - network.lastConnected) in dump()
DWifiConfigManager.java1891 Math.max(config.lastConnected, config.lastUpdated)) in removeExcessNetworks()
2444 config.lastConnected = mClock.getWallClockMillis(); in updateNetworkAfterConnect()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java7664 recentConfig.lastConnected = 2; in testRemoveExcessNetworksOnAdd()
7666 notRecentConfig.lastConnected = 1; in testRemoveExcessNetworksOnAdd()
7733 recentConfig.lastConnected = 2; in testRemoveExcessAppAddedNetworksOnAdd()
7735 notRecentConfig.lastConnected = 1; in testRemoveExcessAppAddedNetworksOnAdd()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt591 field @Deprecated public long lastConnected;
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1600 Landroid/net/wifi/WifiConfiguration;->lastConnected:J