Searched refs:numRebootsSinceLastUse (Results 1 – 8 of 8) sorted by relevance
337 public ConcreteCandidate setNumRebootsSinceLastUse(int numRebootsSinceLastUse) { in setNumRebootsSinceLastUse() argument338 mNumRebootsSinceLastUse = numRebootsSinceLastUse; in setNumRebootsSinceLastUse()
7668 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()
1577 public int numRebootsSinceLastUse; field in WifiConfiguration3373 numRebootsSinceLastUse = 0; in WifiConfiguration()3693 sbuf.append("numRebootsSinceLastUse: ").append(numRebootsSinceLastUse).append('\n'); in toString()4130 numRebootsSinceLastUse = source.numRebootsSinceLastUse; in WifiConfiguration()
287 this.mNumRebootsSinceLastUse = config.numRebootsSinceLastUse; in CandidateImpl()
1355 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()
416 configuration.numRebootsSinceLastUse = (int) value; in parseWifiConfigurationFromXmlInternal()
612 configuration.numRebootsSinceLastUse); in writeCommonElementsToXml()1035 configuration.numRebootsSinceLastUse = (int) value; in parseFromXml()
598 field @Deprecated public int numRebootsSinceLastUse;