Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsBindingController.kt59 fun bindService(component: ComponentName) in bindAndLoad() method
DControlsProviderLifecycleManager.kt111 private fun bindService(bind: Boolean, forPanel: Boolean = false) { in bindService() method
324 fun bindService() { in bindService() method
DControlsBindingControllerImpl.kt171 override fun bindService(component: ComponentName) { in bindService() method
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java85 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in IsolatedContext
90 public boolean bindService(Intent service, int flags, Executor executor, in bindService() method in IsolatedContext
DServiceTestCase.java231 protected IBinder bindService(Intent intent) { in bindService() method in ServiceTestCase
/frameworks/base/packages/SettingsLib/Ipc/src/com/android/settingslib/ipc/
DMessengerServiceClient.kt395 internal fun bindService() { in sendServiceMessage() method
408 private fun bindService(intent: Intent): Exception? = in bindService() method
/frameworks/base/tests/EnforcePermission/perf-app/src/android/tests/enforcepermission/tests/
DServicePerfTest.java68 private void bindService(Intent intent) throws Exception { in bindService() method in ServicePerfTest
/frameworks/base/services/core/java/com/android/server/security/intrusiondetection/
DIntrusionDetectionEventTransportConnection.java164 private boolean bindService() { in bindService() method in IntrusionDetectionEventTransportConnection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerCompatTest.java189 private ServiceConnection bindService( in bindService() method in ImsServiceControllerCompatTest
/frameworks/base/packages/CrashRecovery/services/platform/java/com/android/server/
DExplicitHealthCheckController.java291 private void bindService() { in bindService() method in ExplicitHealthCheckController
/frameworks/base/core/tests/coretests/src/android/os/
DBinderFrozenStateChangeNotificationTest.java110 private ServiceConnection bindService() in bindService() method in BinderFrozenStateChangeNotificationTest
DBinderProxyCountingTest.java131 private ServiceConnection bindService(final Consumer<IBinder> consumer, Intent intent) in bindService() method in BinderProxyCountingTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DDomainSelectionControllerTest.java333 private ServiceConnection bindService(ComponentName testComponentName) { in bindService() method in DomainSelectionControllerTest
/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java201 private int bindService(int flags) { in bindService() method in ServiceTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java294 private ServiceConnection bindService(ComponentName component) { in bindService() method in GbaManagerTest
DContextFixture.java220 public boolean bindService( in bindService() method in ContextFixture.FakeContext
255 public boolean bindService( in bindService() method in ContextFixture.FakeContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkRegistrationManager.java241 private void bindService(String packageName) { in bindService() method in NetworkRegistrationManager
DGbaManager.java430 private void bindService() { in bindService() method in GbaManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java215 private void bindService() { in bindService() method in TileServiceManager
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
DTargetPackageUtils.java282 public static void bindService(String sourcePackage, String targetPackage, int flags) { in bindService() method in TargetPackageUtils
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java155 public void bindService(Context context) { in bindService() method in KeyguardServiceDelegate
/frameworks/base/core/java/android/content/
DContextWrapper.java889 public boolean bindService(Intent service, ServiceConnection conn, in bindService() method in ContextWrapper
895 public boolean bindService(@NonNull Intent service, @NonNull ServiceConnection conn, in bindService() method in ContextWrapper
901 public boolean bindService(Intent service, int flags, Executor executor, in bindService() method in ContextWrapper
907 public boolean bindService(@NonNull Intent service, @NonNull BindServiceFlags flags, in bindService() method in ContextWrapper
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java214 private static void bindService(Context context) { in bindService() method in AppWidgetHost
/frameworks/base/core/java/com/android/internal/infra/
DServiceConnector.java339 protected boolean bindService(@NonNull ServiceConnection serviceConnection) { in bindService() method in ServiceConnector.Impl
/frameworks/base/tests/testables/src/android/testing/
DTestableContext.java286 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in TestableContext

12