Home
last modified time | relevance | path

Searched defs:bindService (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java230 protected IBinder bindService(Intent intent) { in bindService() method in ServiceTestCase
DIsolatedContext.java78 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in IsolatedContext
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
DKeyguardTestActivity.java126 private void bindService() { in bindService() method in KeyguardTestActivity
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java140 private static void bindService() { in bindService() method in AppWidgetHost
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardServiceDelegate.java108 public void bindService(Context context) { in bindService() method in KeyguardServiceDelegate
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java454 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java536 public boolean bindService(Intent service, ServiceConnection conn, in bindService() method in ContextWrapper
DContext.java2032 public abstract boolean bindService(Intent service, @NonNull ServiceConnection conn, in bindService() method in Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java885 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java198 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in ReceiverRestrictedContext
1748 public boolean bindService(Intent service, ServiceConnection conn, in bindService() method in ContextImpl
DIActivityManager.java165 public int bindService(IApplicationThread caller, IBinder token, in bindService() method
DActivityManagerNative.java3456 public int bindService(IApplicationThread caller, IBinder token, in bindService() method in ActivityManagerProxy
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java2898 private void bindService(Intent intent, ServiceConnection connection, in bindService() method in AppWidgetServiceImpl