Home
last modified time | relevance | path

Searched refs:stopService (Results 1 – 12 of 12) sorted by relevance

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DLauncherUtils.java65 return context.stopService(intent); in stopPollingService()
79 return context.stopService(intent); in stopEabService()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DLauncherUtils.java72 context.stopService(new Intent(context, RcsService.class)); in stopRcsService()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java235 protected boolean stopService(Intent name) { in stopService() method in ShadowContextImpl
236 return getShadowInstrumentation().stopService(name); in stopService()
DShadowInstrumentation.java460 boolean stopService(Intent name) {
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DServerSocketServiceTest.java53 @After public void stopService() { in stopService() method in ServerSocketServiceTest
DStreamServiceTest.java85 @After public void stopService() { in stopService() method in StreamServiceTest
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h113 virtual void stopService();
Dwpagui.cpp55 SLOT(stopService())); in WpaGui()
1816 void WpaGui::stopService() in stopService() function in WpaGui
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java371 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()
393 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()
414 boolean wasRunning = activity.stopService(stopServiceIntent); in shouldHaveStoppedServiceByStartedComponent()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java319 public boolean stopService(Intent intent) { in stopService() method in MockContext.MockContext2
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java467 mContext.stopService(stopIntent); in bluetoothMediaPhoneSL4AMBSStop()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java825 stopService(new Intent(this, AudioTestService.class)); in onDestroy()