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

/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java58 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
64 * or {@link #bindService ServiceTestCase.bindService()}, the test case calls
67 * {@link android.app.Service#bindService(Intent, ServiceConnection, int)
68 * Service.bindService(Intent, ServiceConnection, int)}, as appropriate. It also stores
92 * startService() or bindService(). The test framework provides a
124 * a test calls {@link #startService} or {@link #bindService}.
149 * by {@link #bindService}.
206 * {@link android.content.Context#bindService(Intent, ServiceConnection, int)
207 * Context.bindService(Inten
233 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/appwidget/
H A DAppWidgetHost.java136 bindService();
140 private static void bindService() { method in class:AppWidgetHost
222 bindService();
238 bindService();
281 bindService();
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java126 private void bindService() { method in class:KeyguardTestActivity
132 if (!bindService(intent, mConnection, Context.BIND_AUTO_CREATE)) {
152 bindService();
/frameworks/base/core/java/android/content/
H A DContextWrapper.java515 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextWrapper
517 return mBase.bindService(service, conn, flags);
H A DContext.java136 * Flag for {@link #bindService}: automatically create the service as long
159 * Flag for {@link #bindService}: include debugging help for mismatched
169 * Flag for {@link #bindService}: don't allow this binding to raise
181 * Flag for {@link #bindService}: indicates that the client application
190 * Flag for {@link #bindService}: allow the process hosting the bound
200 * Flag for {@link #bindService}: don't impact the scheduling or
208 * Flag for {@link #bindService}: this service is very important to
216 * Flag for {@link #bindService}: If binding from an activity, allow the
226 * Flag for {@link #bindService}: If binding from an activity, consider
239 * Flag for {@link #bindService}
1849 public abstract boolean bindService(Intent service, ServiceConnection conn, method in class:Context
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java434 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java167 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:ReceiverRestrictedContext
1549 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextImpl
1583 int res = ActivityManagerNative.getDefault().bindService(
H A DActivityManagerNative.java859 int res = bindService(app, token, service, resolvedType, conn, fl, userId);
3037 public int bindService(IApplicationThread caller, IBinder token, method in class:ActivityManagerProxy
H A DIActivityManager.java153 public int bindService(IApplicationThread caller, IBinder token, method in interface:IActivityManager
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java865 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java12759 public int bindService(IApplicationThread caller, IBinder token, method in class:ActivityManagerService
12762 enforceNotIsolatedCaller("bindService");

Completed in 391 milliseconds