Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java623 static List<AppVpnInfo> getVpnApps(Context context, boolean includeProfiles, in getVpnApps() argument
625 return getVpnApps(context, includeProfiles, featureProvider, in getVpnApps()
630 static List<AppVpnInfo> getVpnApps(Context context, boolean includeProfiles, in getVpnApps() argument
635 if (includeProfiles) { in getVpnApps()