Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2162 AppOpsManager.OPSTR_ESTABLISH_VPN_MANAGER, mOwnerUID, mPackage,
4218 AppOpsManager.OPSTR_ESTABLISH_VPN_MANAGER, mOwnerUID, mPackage, null, in startVpnProfilePrivileged()
4274 AppOpsManager.OPSTR_ESTABLISH_VPN_MANAGER, ownerUID, packageName, null); in notifyVpnManagerVpnStopped()
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1326 eq(AppOpsManager.OPSTR_ESTABLISH_VPN_MANAGER), in verifyPlatformVpnIsActivated()
1336 eq(AppOpsManager.OPSTR_ESTABLISH_VPN_MANAGER), in verifyPlatformVpnIsDeactivated()
1447 eq(AppOpsManager.OPSTR_ESTABLISH_VPN_MANAGER), in testStartOpAndFinishOpWillBeCalledWhenPlatformVpnIsOnAndOff()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1739 OPSTR_ESTABLISH_VPN_MANAGER,
2262 public static final String OPSTR_ESTABLISH_VPN_MANAGER = "android:establish_vpn_manager"; field in AppOpsManager
2981 new AppOpInfo.Builder(OP_ESTABLISH_VPN_MANAGER, OPSTR_ESTABLISH_VPN_MANAGER,
/frameworks/base/core/api/
Dsystem-current.txt668 field public static final String OPSTR_ESTABLISH_VPN_MANAGER = "android:establish_vpn_manager";