Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiNetworkSuggestion.java208 private boolean mIsNetworkOemPaid; field in WifiNetworkSuggestion.Builder
269 mIsNetworkOemPaid = false; in Builder()
922 mIsNetworkOemPaid = isOemPaid; in setOemPaid()
1092 wifiConfiguration.oemPaid = mIsNetworkOemPaid; in buildWifiConfiguration()
1131 wifiConfiguration.oemPaid = mIsNetworkOemPaid; in buildWifiConfigurationForPasspoint()
1148 mPasspointConfiguration.setOemPaid(mIsNetworkOemPaid); in buildWifiConfigurationForPasspoint()
1262 if (mIsNetworkOemPaid) { in build()