Home
last modified time | relevance | path

Searched refs:numRebootsSinceLastUse (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java337 public ConcreteCandidate setNumRebootsSinceLastUse(int numRebootsSinceLastUse) { in setNumRebootsSinceLastUse() argument
338 mNumRebootsSinceLastUse = numRebootsSinceLastUse; in setNumRebootsSinceLastUse()
DWifiConfigManagerTest.java7668 oneRebootSaeConfig.numRebootsSinceLastUse = 1; in testRemoveExcessNetworksOnAdd()
7670 oneRebootOpenConfig.numRebootsSinceLastUse = 1; in testRemoveExcessNetworksOnAdd()
7673 noAssociationConfig.numRebootsSinceLastUse = 1; in testRemoveExcessNetworksOnAdd()
7737 oneRebootSaeConfig.numRebootsSinceLastUse = 1; in testRemoveExcessAppAddedNetworksOnAdd()
7739 oneRebootOpenConfig.numRebootsSinceLastUse = 1; in testRemoveExcessAppAddedNetworksOnAdd()
7742 noAssociationConfig.numRebootsSinceLastUse = 1; in testRemoveExcessAppAddedNetworksOnAdd()
7970 mWifiConfigManager.getConfiguredNetwork(config.networkId).numRebootsSinceLastUse); in testNumRebootsSinceLastUseUpdatedAfterConnect()
7975 mWifiConfigManager.getConfiguredNetwork(config.networkId).numRebootsSinceLastUse); in testNumRebootsSinceLastUseUpdatedAfterConnect()
7987 mWifiConfigManager.getConfiguredNetwork(config.networkId).numRebootsSinceLastUse); in testNumRebootsSinceLastUseUpdatedAfterConfigUpdate()
7992 mWifiConfigManager.getConfiguredNetwork(config.networkId).numRebootsSinceLastUse); in testNumRebootsSinceLastUseUpdatedAfterConfigUpdate()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java1577 public int numRebootsSinceLastUse; field in WifiConfiguration
3373 numRebootsSinceLastUse = 0; in WifiConfiguration()
3693 sbuf.append("numRebootsSinceLastUse: ").append(numRebootsSinceLastUse).append('\n'); in toString()
4130 numRebootsSinceLastUse = source.numRebootsSinceLastUse; in WifiConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java287 this.mNumRebootsSinceLastUse = config.numRebootsSinceLastUse; in CandidateImpl()
DWifiConfigManager.java1355 newInternalConfig.numRebootsSinceLastUse = 0; in createNewInternalWifiConfigurationFromExternal()
1384 newInternalConfig.numRebootsSinceLastUse = 0; in updateExistingInternalWifiConfigurationFromExternal()
1781 getInternalConfiguredNetworks().forEach(config -> config.numRebootsSinceLastUse++); in incrementNumRebootsSinceLastUse()
1889 .thenComparing((WifiConfiguration config) -> -config.numRebootsSinceLastUse) in removeExcessNetworks()
2445 config.numRebootsSinceLastUse = 0; in updateNetworkAfterConnect()
DWifiBackupDataV1Parser.java416 configuration.numRebootsSinceLastUse = (int) value; in parseWifiConfigurationFromXmlInternal()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java612 configuration.numRebootsSinceLastUse); in writeCommonElementsToXml()
1035 configuration.numRebootsSinceLastUse = (int) value; in parseFromXml()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt598 field @Deprecated public int numRebootsSinceLastUse;