Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/
DResultHandlingServiceProvider.java31 boolean bindService(Intent intent); in bindService() method
DResultHandlingServiceProviderImpl.java82 public boolean bindService(Intent intent) { in bindService() method in ResultHandlingServiceProviderImpl
/packages/modules/OnDevicePersonalization/pluginlib/src/com/android/ondevicepersonalization/libraries/plugin/internal/
DPluginExecutorServiceProvider.java32 boolean bindService(); in bindService() method
DPluginExecutorServiceProviderImpl.java82 public boolean bindService() { in bindService() method in PluginExecutorServiceProviderImpl
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleStoreServiceProvider.java31 boolean bindService(Intent intent); in bindService() method
DExampleStoreServiceProviderImpl.java81 public boolean bindService(Intent intent) { in bindService() method in ExampleStoreServiceProviderImpl
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxServiceProviderImplUnitTest.java215 private void bindService(CallingInfo callingInfo, FakeServiceConnection serviceConnection) in bindService() method in SdkSandboxServiceProviderImplUnitTest
220 private void bindService( in bindService() method in SdkSandboxServiceProviderImplUnitTest
DSdkSandboxManagerServiceUnitTest.java3301 public void bindService(CallingInfo callingInfo, ServiceConnection serviceConnection) { in bindService() method in SdkSandboxManagerServiceUnitTest.FakeSdkSandboxProvider
/packages/modules/OnDevicePersonalization/framework/java/android/ondevicepersonalization/
DOnDevicePersonalizationPrivacyStatusManager.java114 private void bindService(@NonNull Executor executor) throws InterruptedException { in bindService() method in OnDevicePersonalizationPrivacyStatusManager
DOnDevicePersonalizationManager.java266 private void bindService(@NonNull Executor executor) throws InterruptedException { in bindService() method in OnDevicePersonalizationManager
/packages/apps/Nfc/src/com/android/nfc/
DDtaServiceConnector.java46 public void bindService() { in bindService() method in DtaServiceConnector
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxServiceProvider.java62 void bindService(CallingInfo callingInfo, ServiceConnection serviceConnection); in bindService() method
DSdkSandboxServiceProviderImpl.java69 public void bindService(CallingInfo callingInfo, ServiceConnection serviceConnection) { in bindService() method in SdkSandboxServiceProviderImpl
/packages/services/Car/car-builtin-lib/src/android/car/builtin/keyguard/
DKeyguardServiceDelegate.java144 public void bindService(Context context, UserHandle userHandle, int[] displays) { in bindService() method in KeyguardServiceDelegate
/packages/services/Car/service/src/com/android/car/
DCarExperimentalFeatureServiceController.java163 public boolean bindService(Intent intent) { in bindService() method in CarExperimentalFeatureServiceController
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java87 public void bindService() { in bindService() method in VendorServiceInfoTest
DVendorServiceControllerTest.java508 public boolean bindService(Intent service, int flags, Executor executor, in bindService() method in VendorServiceControllerTest.ServiceLauncherContext
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailTranscriptionServiceGrpc.java159 @java.lang.Override public io.grpc.ServerServiceDefinition bindService() { in bindService() method in VoicemailTranscriptionServiceGrpc.VoicemailTranscriptionServiceImplBase
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt412 private fun bindService(serviceConn: ServiceConnection): DownloadServiceBinder { in createTestDirectlyOpenFile() method in com.android.captiveportallogin.DownloadServiceTest
DCaptivePortalLoginActivityTest.java200 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService() method in CaptivePortalLoginActivityTest.InstrumentedCaptivePortalLoginActivity
/packages/services/Car/tests/carservice_unit_test/src/android/car/cluster/renderer/
DInstrumentClusterRenderingServiceTest.java117 private void bindService(Intent intent) throws Exception { in bindService() method in InstrumentClusterRenderingServiceTest
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java180 public boolean bindService( in bindService() method in ComponentContextFixture.FakeApplicationContext
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java1901 private boolean bindService(int rebindCount) { in bindService() method in BluetoothManagerService.ProfileServiceConnections