Searched refs:ToyVpnService (Results 1 – 2 of 2) sorted by relevance
116 startService(getServiceIntent().setAction(ToyVpnService.ACTION_DISCONNECT)); in onCreate()143 startService(getServiceIntent().setAction(ToyVpnService.ACTION_CONNECT)); in onActivityResult()148 return new Intent(this, ToyVpnService.class); in getServiceIntent()
39 public class ToyVpnService extends VpnService implements Handler.Callback { class40 private static final String TAG = ToyVpnService.class.getSimpleName();