Home
last modified time | relevance | path

Searched defs:startService (Results 1 – 8 of 8) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DServerSocketServiceTest.java48 @Before public void startService() { in startService() method in ServerSocketServiceTest
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java279 protected ComponentName startService(Intent service) { in startService() method in ShadowContextImpl
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java333 protected ComponentName startService(Intent service) { in startService() method in ShadowContextImpl
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java314 public ComponentName startService(Intent intent) { in startService() method in MockContext.MockContext2
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp1804 void WpaGui::startService() in startService() function in WpaGui
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java857 private static void startService(Context context, Intent intent, boolean foreground) { in startService() method
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java859 private static void startService(Context context, Intent intent, boolean foreground) { in startService() method
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java691 public void startService( in startService() method in AndroidFacade