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

/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java53 public SystemService startService(String className) { method in class:SystemServiceManager
65 return startService(serviceClass);
77 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
121 * a test calls {@link #startService} or {@link #bindService}.
145 * (Context, Application) to it. This is called automatically by {@link #startService} or
177 * {@link android.content.Context#startService(Intent) Context.startService(Inten
185 protected void startService(Intent intent) { method in class:ServiceTestCase
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java73 startService();
210 startService();
223 private void startService() { method in class:ServiceMonitor
225 if (mDebug) Log.d(mTag, "startService mServiceName=" + mServiceName);
262 startService();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java116 public void startService(Context context) { method in class:RttService.RttServiceImpl
442 mImpl.startService(getContext());
H A DWifiScanningServiceImpl.java187 public void startService(Context context) { method in class:WifiScanningServiceImpl
/frameworks/base/core/java/android/content/
H A DContextWrapper.java515 public ComponentName startService(Intent service) { method in class:ContextWrapper
516 return mBase.startService(service);
H A DContext.java164 * explicit call to {@link #startService}. Even without that, though,
1914 * <p>Using startService() overrides the default service lifetime that is
1917 * any clients are connected to it. Note that calls to startService()
1918 * are not nesting: no matter how many times you call startService(),
1946 public abstract ComponentName startService(Intent service); method in class:Context
1951 * to startService() are not counted -- this stops the service no matter
1972 * @see #startService
1977 * @hide like {@link #startService(Intent)} but for a specific user.
2001 * {@link #startService} with the arguments containing the command to be
2028 * @see #startService
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java433 public ComponentName startService(Intent service) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1443 public ComponentName startService(Intent arg0) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1684 Log.w(TAG, "Implicit intents with startService are not safe: " + service
1691 public ComponentName startService(Intent service) { method in class:ContextImpl
1711 ComponentName cn = ActivityManagerNative.getDefault().startService(
2116 * {@link #startService(Intent)} instead of {@link #startServiceAsUser(Intent, UserHandle)}.
H A DActivityManagerNative.java901 ComponentName cn = startService(app, service, resolvedType, userId);
3434 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java158 public ComponentName startService(IApplicationThread caller, Intent service, method in interface:IActivityManager
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15084 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
15086 enforceNotIsolatedCaller("startService");
15093 Slog.v(TAG, "startService: " + service + " type=" + resolvedType);

Completed in 7902 milliseconds