Searched refs:selfAdded (Results 1 – 4 of 4) sorted by relevance
674 public boolean selfAdded; field in WifiConfiguration827 selfAdded = false; in WifiConfiguration()978 if (this.selfAdded) sbuf.append(" selfAdded"); in toString()980 if (this.didSelfAdd || this.selfAdded || this.noInternetAccess) { in toString()1435 selfAdded = source.selfAdded; in WifiConfiguration()1510 dest.writeInt(selfAdded ? 1 : 0); in writeToParcel()1570 config.selfAdded = in.readInt() != 0;
1026 if (config.selfAdded || config.linkedConfigurations != null in removeConfigAndSendBroadcastIfNeeded()1626 out.writeUTF(SELF_ADDED_KEY + Boolean.toString(config.selfAdded) in writeKnownNetworkHistory()1849 String selfAdded = key.replace(SELF_ADDED_KEY, ""); in readNetworkHistory() local1850 selfAdded = selfAdded.replace(SEPARATOR_KEY, ""); in readNetworkHistory()1851 config.selfAdded = Boolean.parseBoolean(selfAdded); in readNetworkHistory()2787 currentConfig.selfAdded = config.selfAdded; in addOrUpdateNetworkNative()2819 currentConfig.selfAdded = false; in addOrUpdateNetworkNative()3003 if (link.autoJoinStatus == WifiConfiguration.AUTO_JOIN_DELETED || link.selfAdded) { in associateWithConfiguration()3046 config.selfAdded = true; in associateWithConfiguration()3821 + " self added " + config.selfAdded + " ephemeral " + config.ephemeral); in handleSSIDStateChange()[all …]
413 selected.selfAdded = false; in updateConfigurationHistory()
2426 if (lastSavedConfigurationAttempt.selfAdded) { in getLogRecString()2450 if (lastForgetConfigurationAttempt.selfAdded) { in getLogRecString()2559 if (config.selfAdded) { in getLogRecString()