Searched refs:getServiceIntent (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()74 private Intent getServiceIntent() { in getServiceIntent() method in ToyVpnClient
139 private static Intent getServiceIntent(Context c) { in getServiceIntent() method in AdvertiserFragment163 c.startService(getServiceIntent(c)); in startAdvertising()171 c.stopService(getServiceIntent(c)); in stopAdvertising()