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

/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java55 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
61 * or {@link #bindService ServiceTestCase.bindService()}, the test case calls
64 * {@link android.app.Service#bindService(Intent, ServiceConnection, int)
65 * Service.bindService(Intent, ServiceConnection, int)}, as appropriate. It also stores
89 * startService() or bindService(). The test framework provides a
121 * a test calls {@link #startService} or {@link #bindService}.
146 * by {@link #bindService}.
203 * {@link android.content.Context#bindService(Intent, ServiceConnection, int)
204 * Context.bindService(Inten
230 protected IBinder bindService(Intent intent) { method in class:ServiceTestCase
[all...]
H A DIsolatedContext.java78 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:IsolatedContext
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java164 bindService();
168 private static void bindService() { method in class:AppWidgetHost
274 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/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java111 public void bindService(Context context) { method in class:KeyguardServiceDelegate
/frameworks/base/core/java/android/content/
H A DContextWrapper.java602 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextWrapper
604 return mBase.bindService(service, conn, flags);
H A DContext.java174 * Flag for {@link #bindService}: automatically create the service as long
197 * Flag for {@link #bindService}: include debugging help for mismatched
207 * Flag for {@link #bindService}: don't allow this binding to raise
219 * Flag for {@link #bindService}: indicates that the client application
228 * Flag for {@link #bindService}: allow the process hosting the bound
238 * Flag for {@link #bindService}: don't impact the scheduling or
246 * Flag for {@link #bindService}: this service is very important to
254 * Flag for {@link #bindService}: If binding from an activity, allow the
263 * @hide Flag for {@link #bindService}: Like {@link #BIND_FOREGROUND_SERVICE},
269 * @hide Flag for {@link #bindService}
2270 public abstract boolean bindService(Intent service, @NonNull ServiceConnection conn, method in class:Context
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java491 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java115 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:ReceiverRestrictedContext
1283 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextImpl
1317 int res = ActivityManagerNative.getDefault().bindService(
H A DActivityManagerNative.java985 int res = bindService(app, token, service, resolvedType, conn, fl,
3740 public int bindService(IApplicationThread caller, IBinder token, method in class:ActivityManagerProxy
H A DIActivityManager.java171 public int bindService(IApplicationThread caller, IBinder token, Intent service, method in interface:IActivityManager
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java731 if (!psc.bindService()) return false;
816 private boolean bindService() { method in class:BluetoothManagerService.ProfileServiceConnections
1279 psc.bindService();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1133 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { method in class:BridgeContext
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java963 bindService(intent, connection, widget.provider.info.getProfile());
1621 bindService(intent, connection, new UserHandle(userId));
2996 private void bindService(Intent intent, ServiceConnection connection, method in class:AppWidgetServiceImpl
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15897 public int bindService(IApplicationThread caller, IBinder token, Intent service, method in class:ActivityManagerService
15900 enforceNotIsolatedCaller("bindService");

Completed in 410 milliseconds