Searched refs:stopService (Results 1 – 10 of 10) sorted by relevance
65 return context.stopService(intent); in stopPollingService()79 return context.stopService(intent); in stopEabService()
134 public boolean stopService(Intent name) { in stopService() method in ShadowContextWrapper135 return getApplicationContext().stopService(name); in stopService()
185 public boolean stopService(Intent name) { in stopService() method in ShadowApplication
72 context.stopService(new Intent(context, RcsService.class)); in stopRcsService()
53 @After public void stopService() { in stopService() method in ServerSocketServiceTest
85 @After public void stopService() { in stopService() method in StreamServiceTest
182 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()204 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()
113 virtual void stopService();
55 SLOT(stopService())); in WpaGui()1816 void WpaGui::stopService() in stopService() function in WpaGui
319 public boolean stopService(Intent intent) { in stopService() method in MockContext.MockContext2