Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java117 static boolean isWifiDppEnabled(Context context) { in isWifiDppEnabled() method in WifiDppUtils
511 if (!isWifiDppEnabled(context)) { in isSupportWifiDpp()
DWifiNetworkConfig.java208 if (!WifiDppUtils.isWifiDppEnabled(context)) { in isSupportWifiDpp()
DWifiDppConfiguratorActivity.java186 final boolean isDppSupported = WifiDppUtils.isWifiDppEnabled(this); in handleActionProcessWifiEasyConnectUriIntent()