Searched refs:PLATFORM_VPN (Results 1 – 3 of 3) sorted by relevance
92 public static final String PLATFORM_VPN = "PLATFORM_VPN_"; field in Credentials
3995 return Credentials.PLATFORM_VPN + mUserId + "_" + packageName; in getProfileNameForPackage()
1041 final String expected = Credentials.PLATFORM_VPN + PRIMARY_USER.id + "_" + TEST_VPN_PKG; in testGetProfileNameForPackage()