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