Searched refs:stopService (Results 1 – 12 of 12) sorted by relevance
65 return context.stopService(intent); in stopPollingService()79 return context.stopService(intent); in stopEabService()
72 context.stopService(new Intent(context, RcsService.class)); in stopRcsService()
235 protected boolean stopService(Intent name) { in stopService() method in ShadowContextImpl236 return getShadowInstrumentation().stopService(name); in stopService()
460 boolean stopService(Intent name) {
53 @After public void stopService() { in stopService() method in ServerSocketServiceTest
85 @After public void stopService() { in stopService() method in StreamServiceTest
113 virtual void stopService();
55 SLOT(stopService())); in WpaGui()1816 void WpaGui::stopService() in stopService() function in WpaGui
371 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()393 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()414 boolean wasRunning = activity.stopService(stopServiceIntent); in shouldHaveStoppedServiceByStartedComponent()
319 public boolean stopService(Intent intent) { in stopService() method in MockContext.MockContext2
467 mContext.stopService(stopIntent); in bluetoothMediaPhoneSL4AMBSStop()
825 stopService(new Intent(this, AudioTestService.class)); in onDestroy()