Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java58 public SystemService startService(String className) { in startService() method in SystemServiceManager
82 public <T extends SystemService> T startService(Class<T> serviceClass) { in startService() method in SystemServiceManager
118 public void startService(@NonNull final SystemService service) { in startService() method in SystemServiceManager
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
DIUceService.aidl41 boolean startService(IUceListener uceListener); in startService() method
DUceServiceBase.java39 public boolean startService(IUceListener uceListener) { in startService() method in UceServiceBase.UceServiceBinder
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java191 protected void startService(Intent intent) { in startService() method in ServiceTestCase
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
DRedirectListener.java64 public void startService() throws IOException { in startService() method in RedirectListener
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNightDisplayServiceTest.java940 private void startService() { in startService() method in NightDisplayServiceTest
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DRttService.java218 public void startService() { in startService() method in RttService.RttServiceImpl
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java530 public ComponentName startService(Intent service) { in startService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java649 public ComponentName startService(Intent service) { in startService() method in ContextWrapper
DContext.java2711 public abstract ComponentName startService(Intent service); in startService() method in Context
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java292 public void startService() { in startService() method in WifiScanningServiceImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java411 public void startService() throws Exception { in startService() method in WifiScanningServiceTest
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1857 public ComponentName startService(Intent arg0) { in startService() method in BridgeContext
/frameworks/base/core/java/android/app/
DIActivityManager.aidl129 ComponentName startService(in IApplicationThread caller, in Intent service, in startService() method
DContextImpl.java1475 public ComponentName startService(Intent service) { in startService() method in ContextImpl