Searched refs:mVpnManager (Results 1 – 2 of 2) sorted by relevance
49 private VpnManager mVpnManager; field in AuthenticationActor54 mVpnManager = new VpnManager(context); in AuthenticationActor()121 mVpnManager.startVpnService(); in connect()207 return mVpnManager.bindVpnService(c); in bindService()211 mVpnManager.broadcastConnectivity(mProfile.getName(), s); in broadcastConnectivity()215 mVpnManager.broadcastConnectivity(mProfile.getName(), s, errorCode); in broadcastConnectivity()
133 private VpnManager mVpnManager = new VpnManager(this); field in VpnSettings166 mVpnManager.registerConnectivityReceiver(mConnectivityReceiver); in onCreate()187 mVpnManager.unregisterConnectivityReceiver(mConnectivityReceiver); in onDestroy()883 return mVpnManager.createVpnProfile(Enum.valueOf(VpnType.class, type));1023 mVpnManager.startVpnService();1050 if (mVpnManager.bindVpnService(c)) {