Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java231 protected IBinder bindService(Intent intent) { in bindService() method in ServiceTestCase
DIsolatedContext.java73 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in IsolatedContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkRegistrationManager.java177 private boolean bindService() { in bindService() method in NetworkRegistrationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java167 private void bindService() { in bindService() method in TileServiceManager
/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java123 private ServiceConnection bindService(final Consumer<IBinder> consumer, Intent intent) in bindService() method in BinderProxyCountingTest
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java129 private static void bindService() throws Exception { in bindService() method in ConnOnActivityStartTest
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java169 private static void bindService(Context context) { in bindService() method in AppWidgetHost
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java138 public void bindService(Context context) { in bindService() method in KeyguardServiceDelegate
/frameworks/base/tests/testables/src/android/testing/
DTestableContext.java233 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in TestableContext
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java181 public boolean bindService( in bindService() method in ContextFixture.FakeContext
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1163 private boolean bindService() { in bindService() method in BluetoothManagerService.ProfileServiceConnections
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java575 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java696 public boolean bindService(Intent service, ServiceConnection conn, in bindService() method in ContextWrapper
DContext.java2902 public abstract boolean bindService(@RequiresPermission Intent service, in bindService() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java136 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in ReceiverRestrictedContext
1609 public boolean bindService(Intent service, ServiceConnection conn, in bindService() method in ContextImpl
DIActivityManager.aidl145 int bindService(in IApplicationThread caller, in IBinder token, in Intent service, in bindService() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1241 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService() method in BridgeContext
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java3493 private void bindService(Intent intent, ServiceConnection connection, in bindService() method in AppWidgetServiceImpl
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java20545 public int bindService(IApplicationThread caller, IBinder token, Intent service, in bindService() method