Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java261 final List<AppVpnInfo> vpnApps = getVpnApps(context, /* includeProfiles */ true, in handleMessage()
623 static List<AppVpnInfo> getVpnApps(Context context, boolean includeProfiles, in getVpnApps() method in VpnSettings
625 return getVpnApps(context, includeProfiles, featureProvider, in getVpnApps()
630 static List<AppVpnInfo> getVpnApps(Context context, boolean includeProfiles, in getVpnApps() method in VpnSettings
/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
DVpnSettingsTest.java178 assertThat(VpnSettings.getVpnApps(mContext, /* includeProfiles= */ false, in getVpnApps_isAdvancedVpn_returnsOne()
195 assertThat(VpnSettings.getVpnApps(mContext, /* includeProfiles= */ false, in getVpnApps_isNotAdvancedVpn_returnsEmpty()