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
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/core/java/android/appwidget/
H A DAppWidgetHost.java163 bindService();
166 private static void bindService() { method in class:AppWidgetHost
283 bindService();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java127 bindService();
157 bindService();
169 private void bindService() { method in class:TileServiceManager
/frameworks/base/tests/testables/src/android/testing/
H A DTestableContext.java174 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:TestableContext
177 return super.bindService(service, conn, flags);
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java127 public void bindService(Context context) { method in class:KeyguardServiceDelegate
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java177 public boolean bindService( method in class:ContextFixture.FakeContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java676 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextWrapper
678 return mBase.bindService(service, conn, flags);
H A DContext.java237 * Flag for {@link #bindService}: automatically create the service as long
260 * Flag for {@link #bindService}: include debugging help for mismatched
270 * Flag for {@link #bindService}: don't allow this binding to raise
282 * Flag for {@link #bindService}: indicates that the client application
291 * Flag for {@link #bindService}: allow the process hosting the bound
301 * Flag for {@link #bindService}: don't impact the scheduling or
309 * Flag for {@link #bindService}: this service is very important to
317 * Flag for {@link #bindService}: If binding from an activity, allow the
326 * @hide Flag for {@link #bindService}: like {@link #BIND_NOT_FOREGROUND}, but puts it
332 * @hide Flag for {@link #bindService}
2803 public abstract boolean bindService(@RequiresPermission Intent service, method in class:Context
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java978 if (!psc.bindService()) return false;
1077 private boolean bindService() { method in class:BluetoothManagerService.ProfileServiceConnections
1511 psc.bindService();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java557 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java132 public boolean bindService(Intent service, ServiceConnection conn, int flags) { method in class:ReceiverRestrictedContext
1538 public boolean bindService(Intent service, ServiceConnection conn, method in class:ContextImpl
1602 int res = ActivityManager.getService().bindService(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1232 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.java1273 bindService(intent, connection, widget.provider.info.getProfile());
1982 bindService(intent, connection, new UserHandle(userId));
3415 private void bindService(Intent intent, ServiceConnection connection, method in class:AppWidgetServiceImpl
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18275 public int bindService(IApplicationThread caller, IBinder token, Intent service, method in class:ActivityManagerService
18278 enforceNotIsolatedCaller("bindService");
[all...]

Completed in 5701 milliseconds