Searched refs:ACTION_DISCONNECT (Results 1 – 2 of 2) sorted by relevance
43 public static final String ACTION_DISCONNECT = "com.example.android.toyvpn.STOP"; field in ToyVpnService74 if (intent != null && ACTION_DISCONNECT.equals(intent.getAction())) { in onStartCommand()
116 startService(getServiceIntent().setAction(ToyVpnService.ACTION_DISCONNECT)); in onCreate()