Home
last modified time | relevance | path

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

/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java43 @VpnManager.VpnType private final int mVpnType; field in ConfirmDialog
54 mVpnType = vpnType; in ConfirmDialog()
129 mVm.setVpnPackageAuthorization(mPackage, UserHandle.myUserId(), mVpnType); in onClick()