Searched refs:allowedApps (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 610 String allowedApps = mRemoteSocketFactoryClient.getPackageName() + "," + mPackageName; in testAppAllowed() local 613 allowedApps, "", null, null /* underlyingNetworks */, false /* isAlwaysMetered */); in testAppAllowed() 669 String allowedApps = mPackageName; in testSetProxy() local 672 new String[] {"0.0.0.0/0", "::/0"}, allowedApps, "", in testSetProxy() 725 String allowedApps = mPackageName; in testNoProxy() local 727 new String[] {"0.0.0.0/0", "::/0"}, allowedApps, "", null, in testNoProxy() 756 String allowedApps = mPackageName; in testBindToNetworkWithProxy() 764 new String[] {"0.0.0.0/0", "::/0"}, allowedApps, "", in testBindToNetworkWithProxy() 784 String allowedApps = mPackageName; in testVpnMeterednessWithNoUnderlyingNetwork() local 787 new String[] {"0.0.0.0/0", "::/0"}, allowedApps, "", null, in testVpnMeterednessWithNoUnderlyingNetwork() [all …]
|