From f7303ba18e1c6631da4e41a2b571e32f93f01844 Mon Sep 17 00:00:00 2001 From: Peter Qiu Date: Wed, 1 Mar 2017 09:49:51 -0800 Subject: [PATCH] wifi: WifiConfiguration: update documentation for isHomeProviderNetwork Address API Councils comment on documentation for isHomeProviderNetwork field. Specifically, the expected value for this field for non-Passpoint network configuration. Bug: 35855359 Test: make -j32 Change-Id: Ie6cdcc39c5156dccc14ed144e58a6d2f201aef17 --- wifi/java/android/net/wifi/WifiConfiguration.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wifi/java/android/net/wifi/WifiConfiguration.java b/wifi/java/android/net/wifi/WifiConfiguration.java index 2ba573c0cb3ac..6095c86250f10 100644 --- a/wifi/java/android/net/wifi/WifiConfiguration.java +++ b/wifi/java/android/net/wifi/WifiConfiguration.java @@ -376,7 +376,9 @@ public class WifiConfiguration implements Parcelable { /** * Flag indicating if this network is provided by a home Passpoint provider or a roaming - * Passpoint provider. + * Passpoint provider. This flag will be {@code true} if this network is provided by + * a home Passpoint provider and {@code false} if is provided by a roaming Passpoint provider + * or is a non-Passpoint network. */ public boolean isHomeProviderNetwork;