Searched defs:bindService (Results 1 - 18 of 18) 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
127 * a test calls {@link #startService} or {@link #bindService}.
152 * by {@link #bindService}.
209 * {@link android.content.Context#bindService(Intent, ServiceConnection, int)
210 * Context.bindService(Inten
236 protected IBinder bindService(Intent intent) { method in class:ServiceTestCase
[all...]
H A DIsolatedContext.java82 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:IsolatedContext
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTests.java83 bindService();
88 bindService();
95 bindService();
115 bindService();
124 bindService();
135 bindService();
147 bindService();
160 bindService();
175 bindService();
185 bindService();
195 private void bindService() { method in class:TileLifecycleManagerTests
[all...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java165 bindService();
168 private static void bindService() { method in class:AppWidgetHost
278 bindService();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java114 bindService();
143 bindService();
155 private void bindService() { method in class:TileServiceManager
/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.java124 public void bindService(Context context) { method in class:KeyguardServiceDelegate
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java743 if (!psc.bindService()) return false;
835 private boolean bindService() { method in class:BluetoothManagerService.ProfileServiceConnections
1263 psc.bindService();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java523 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:MockContext
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java175 public boolean bindService( method in class:ContextFixture.FakeContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java634 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextWrapper
636 return mBase.bindService(service, conn, flags);
H A DContext.java199 * Flag for {@link #bindService}: automatically create the service as long
222 * Flag for {@link #bindService}: include debugging help for mismatched
232 * Flag for {@link #bindService}: don't allow this binding to raise
244 * Flag for {@link #bindService}: indicates that the client application
253 * Flag for {@link #bindService}: allow the process hosting the bound
263 * Flag for {@link #bindService}: don't impact the scheduling or
271 * Flag for {@link #bindService}: this service is very important to
279 * Flag for {@link #bindService}: If binding from an activity, allow the
288 * @hide Flag for {@link #bindService}: allows application hosting service to manage whitelists
294 * @hide Flag for {@link #bindService}
2577 public abstract boolean bindService(@RequiresPermission Intent service, method in class:Context
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1151 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java123 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:ReceiverRestrictedContext
1447 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextImpl
1491 int res = ActivityManagerNative.getDefault().bindService(
H A DActivityManagerNative.java1134 int res = bindService(app, token, service, resolvedType, conn, fl,
4359 public int bindService(IApplicationThread caller, IBinder token, method in class:ActivityManagerProxy
H A DIActivityManager.java239 public int bindService(IApplicationThread caller, IBinder token, Intent service, method in interface:IActivityManager
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1216 bindService(intent, connection, widget.provider.info.getProfile());
1873 bindService(intent, connection, new UserHandle(userId));
3297 private void bindService(Intent intent, ServiceConnection connection, method in class:AppWidgetServiceImpl
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17031 public int bindService(IApplicationThread caller, IBinder token, Intent service, method in class:ActivityManagerService
17034 enforceNotIsolatedCaller("bindService");

Completed in 608 milliseconds