Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java55 public SystemService startService(String className) { in startService() method in SystemServiceManager
79 public <T extends SystemService> T startService(Class<T> serviceClass) { 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/packages/SystemUI/src/com/android/systemui/statusbar/
DServiceMonitor.java225 private void startService() { in startService() method in ServiceMonitor
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DRttService.java133 public void startService() { in startService() method in RttService.RttServiceImpl
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java501 public ComponentName startService(Intent service) { in startService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java612 public ComponentName startService(Intent service) { in startService() method in ContextWrapper
DContext.java2492 public abstract ComponentName startService(Intent service); in startService() method in Context
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java395 public void startService() throws Exception { in startService() method in WifiScanningServiceTest
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1732 public ComponentName startService(Intent arg0) { in startService() method in BridgeContext
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java287 public void startService() { in startService() method in WifiScanningServiceImpl
/frameworks/base/core/java/android/app/
DContextImpl.java1356 public ComponentName startService(Intent service) { in startService() method in ContextImpl
DIActivityManager.java231 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method
DActivityManagerNative.java4319 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method in ActivityManagerProxy
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17178 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method