Searched defs:startService (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java54 public SystemService startService(String className) { method in class:SystemServiceManager
66 return startService(serviceClass);
78 public <T extends SystemService> T startService(Class<T> serviceClass) { method in class:SystemServiceManager
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java55 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
60 * When one of your test methods calls {@link #startService ServiceTestCase.startService()}
63 * {@link android.app.Service#startService(Intent) Service.startService(Intent)} or
89 * startService() or bindService(). The test framework provides a
127 * a test calls {@link #startService} or {@link #bindService}.
151 * (Context, Application) to it. This is called automatically by {@link #startService} or
183 * {@link android.content.Context#startService(Intent) Context.startService(Inten
191 protected void startService(Intent intent) { method in class:ServiceTestCase
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java64 public void startService() throws IOException { method in class:RedirectListener
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DUceServiceBase.java39 public boolean startService(IUceListener uceListener) { method in class:UceServiceBase.UceServiceBinder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java73 startService();
212 startService();
225 private void startService() { method in class:ServiceMonitor
227 if (mDebug) Log.d(mTag, "startService mServiceName=" + mServiceName);
264 startService();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java133 public void startService() { method in class:RttService.RttServiceImpl
613 mImpl.startService();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java501 public ComponentName startService(Intent service) { method in class:MockContext
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java331 mWifiScanningServiceImpl.startService();
395 public void startService() throws Exception { method in class:WifiScanningServiceTest
396 mWifiScanningServiceImpl.startService();
409 mWifiScanningServiceImpl.startService();
437 mWifiScanningServiceImpl.startService();
/frameworks/base/core/java/android/app/
H A DContextImpl.java1349 Log.w(TAG, "Implicit intents with startService are not safe: " + service
1356 public ComponentName startService(Intent service) { method in class:ContextImpl
1376 ComponentName cn = ActivityManagerNative.getDefault().startService(
1796 * {@link #startService(Intent)} instead of {@link #startServiceAsUser(Intent, UserHandle)}.
H A DActivityManagerNative.java1077 ComponentName cn = startService(app, service, resolvedType, callingPackage, userId);
4319 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java231 public ComponentName startService(IApplicationThread caller, Intent service, method in interface:IActivityManager
/frameworks/base/core/java/android/content/
H A DContextWrapper.java612 public ComponentName startService(Intent service) { method in class:ContextWrapper
613 return mBase.startService(service);
H A DContext.java203 * explicit call to {@link #startService}. Even without that, though,
2452 * <p>Using startService() overrides the default service lifetime that is
2455 * any clients are connected to it. Note that calls to startService()
2456 * are not nesting: no matter how many times you call startService(),
2468 * <p class="note"><strong>Note:</strong> Each call to startService()
2471 * multiple milliseconds of CPU time. Due to this cost, startService()
2493 public abstract ComponentName startService(Intent service); method in class:Context
2498 * to startService() are not counted -- this stops the service no matter
2519 * @see #startService
2524 * @hide like {@link #startService(Inten
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1732 public ComponentName startService(Intent arg0) { method in class:BridgeContext
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java287 public void startService() { method in class:WifiScanningServiceImpl
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17099 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
17102 enforceNotIsolatedCaller("startService");
17113 "startService: " + service + " type=" + resolvedType);

Completed in 500 milliseconds