Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1292 AppOpsManager.OPSTR_ESTABLISH_VPN_SERVICE, mOwnerUID, mPackage, null); in prepareInternal()
1797 AppOpsManager.OPSTR_ESTABLISH_VPN_SERVICE, mOwnerUID, mPackage, null, null); in establish()
2155 AppOpsManager.OPSTR_ESTABLISH_VPN_SERVICE, mOwnerUID, mPackage,
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1454 eq(AppOpsManager.OPSTR_ESTABLISH_VPN_SERVICE), in testStartOpAndFinishOpWillBeCalledWhenPlatformVpnIsOnAndOff()
1481 eq(AppOpsManager.OPSTR_ESTABLISH_VPN_SERVICE), in testStartOpWithSeamlessHandover()
1490 eq(AppOpsManager.OPSTR_ESTABLISH_VPN_SERVICE), in testStartOpWithSeamlessHandover()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1738 OPSTR_ESTABLISH_VPN_SERVICE,
2254 public static final String OPSTR_ESTABLISH_VPN_SERVICE = "android:establish_vpn_service"; field in AppOpsManager
2979 new AppOpInfo.Builder(OP_ESTABLISH_VPN_SERVICE, OPSTR_ESTABLISH_VPN_SERVICE,
/frameworks/base/core/api/
Dsystem-current.txt669 field public static final String OPSTR_ESTABLISH_VPN_SERVICE = "android:establish_vpn_service";