Searched refs:mVpnPool (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnProfileParser.java41 private static Map<Integer, VpnInfo> mVpnPool = new HashMap<Integer, VpnInfo>(); field in class:VpnProfileParser
129 mVpnPool.put(profile.type, vpnInfo);
243 return mVpnPool;

Completed in 27 milliseconds