Searched defs:bindService (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java52 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
58 * or {@link #bindService ServiceTestCase.bindService()}, the test case calls
61 * {@link android.app.Service#bindService(Intent, ServiceConnection, int)
62 * Service.bindService(Intent, ServiceConnection, int)}, as appropriate. It also stores
86 * startService() or bindService(). The test framework provides a
118 * a test calls {@link #startService} or {@link #bindService}.
143 * by {@link #bindService}.
200 * {@link android.content.Context#bindService(Intent, ServiceConnection, int)
201 * Context.bindService(Inten
227 protected IBinder bindService(Intent intent) { method in class:ServiceTestCase
[all...]
H A DIsolatedContext.java80 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:IsolatedContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java345 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextWrapper
347 return mBase.bindService(service, conn, flags);
H A DContext.java81 * Flag for {@link #bindService}: automatically create the service as long
99 * Flag for {@link #bindService}: include debugging help for mismatched
109 * Flag for {@link #bindService}: don't allow this binding to raise
1021 * managed by {@link #bindService}: it requires the service to remain
1050 * @see #bindService
1127 public abstract boolean bindService(Intent service, ServiceConnection conn, method in class:Context
1136 * bindService().
1138 * @see #bindService
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java315 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java837 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java663 int res = bindService(app, token, service, resolvedType, conn, fl);
2001 public int bindService(IApplicationThread caller, IBinder token, method in class:ActivityManagerProxy
H A DContextImpl.java153 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:ReceiverRestrictedContext
158 //return mContext.bindService(service, interfaceName, conn, flags);
868 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextImpl
878 int res = ActivityManagerNative.getDefault().bindService(
H A DIActivityManager.java162 public int bindService(IApplicationThread caller, IBinder token, method in interface:IActivityManager
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java9364 public int bindService(IApplicationThread caller, IBinder token, method in class:ActivityManagerService
9373 if (DEBUG_SERVICE) Slog.v(TAG, "bindService: " + service

Completed in 187 milliseconds