List of usage examples for android.net VpnService subclass-usage
From source file com.y59song.PrivacyGuard.MyVpnService.java
/** * Created by frank on 2014-03-26. */ public class MyVpnService extends VpnService implements Runnable, Notifications { private static final String TAG = MyVpnService.class.getSimpleName(); private static final boolean DEBUG = true;
From source file com.PrivacyGuard.Application.Network.FakeVPN.MyVpnService.java
/** * Created by frank on 2014-03-26. */ public class MyVpnService extends VpnService implements Runnable { public static final String CADir = Logger.getDiskCacheDir().getAbsolutePath(); public static final String CAName = "PrivacyGuard_CA";
From source file org.strongswan.android.logic.CharonVpnService.java
public class CharonVpnService extends VpnService implements Runnable, VpnStateService.VpnStateListener { private static final String TAG = CharonVpnService.class.getSimpleName(); public static final String DISCONNECT_ACTION = "org.strongswan.android.CharonVpnService.DISCONNECT"; public static final String LOG_FILE = "charon.log"; public static final int VPN_STATE_NOTIFICATION_ID = 1;
From source file eu.faircode.adblocker.ServiceSinkhole.java
public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "NetGuard.Service"; private State state = State.none; private boolean user_foreground = true; private boolean last_connected = false;
From source file com.master.metehan.filtereagle.ServiceSinkhole.java
public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "FilterEagle.Service"; private boolean registeredInteractiveState = false; private boolean registeredPowerSave = false; private boolean registeredUser = false;
From source file android_network.hetnet.vpn_service.ServiceSinkhole.java
public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "NetGuard.Service"; private boolean registeredInteractiveState = false; private boolean registeredPowerSave = false; private boolean registeredUser = false;
From source file com.zhengde163.netguard.ServiceSinkhole.java
public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "NetGuard.Service"; private static final String UpdateUrl = "http://zhengde-server.uni-analytics.com/download/update.json"; private String fileName; private boolean wifi; private boolean registeredInteractiveState = false;
From source file eu.faircode.netguard.ServiceSinkhole.java
public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "NetGuard.Service"; private boolean registeredInteractiveState = false; private boolean registeredPowerSave = false; private boolean registeredUser = false;