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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContextWrapper.java134 public boolean stopService(Intent name) { in stopService() method in ShadowContextWrapper
135 return getApplicationContext().stopService(name); in stopService()
DShadowApplication.java185 public boolean stopService(Intent name) { in stopService() method in ShadowApplication
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DLauncherUtils.java72 context.stopService(new Intent(context, RcsService.class)); in stopRcsService()
/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java182 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasntRunning()
204 boolean wasRunning = activity.stopService(intent); in shouldHaveStoppedServiceIntentAndIndicateServiceWasRunning()
/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/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.java446 mContext.stopService(stopIntent); in bluetoothMediaPhoneSL4AMBSStop()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java728 stopService(new Intent(this, AudioTestService.class)); in onDestroy()