Searched refs:stopService (Results 1 – 13 of 13) sorted by relevance
65 return context.stopService(intent); in stopPollingService()79 return context.stopService(intent); in stopEabService()
71 context.stopService(new Intent(context, RcsService.class)); in stopRcsService()
282 protected boolean stopService(Intent name) { in stopService() method in ShadowContextImpl283 return getShadowInstrumentation().stopService(name); in stopService()
465 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();
57 SLOT(stopService())); in WpaGui()1831 void WpaGui::stopService() in stopService() function in WpaGui
143 stopService(new Intent(getBaseContext(), LwsService.class)); in onDestroy()
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()