/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/service/ |
D | SimulatorServiceClient.java | 40 private void onServiceConnected(ISimulatorService service) { in onServiceConnected() method in SimulatorServiceClient 56 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in SimulatorServiceClient.SimulatorServiceConnection
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | ServiceTest.java | 136 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ServiceTest.EmptyConnection 147 @Override public void onServiceConnected(ComponentName name, IBinder service) {} in onServiceConnected() method in ServiceTest.NullServiceConnection 187 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ServiceTest.LatchedConnection 218 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ServiceTest.TestConnection 297 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ServiceTest.TestStopSelfConnection 425 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ServiceTest.IsolatedConnection
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | ParcelIntegrationTest.java | 46 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ParcelIntegrationTest.ParcelExceptionConnection 123 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ParcelIntegrationTest.ParcelObjectFreeService.Connection
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
H A D | MockSatelliteServiceManager.java | 255 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in MockSatelliteServiceManager.TestSatelliteServiceConnection 277 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in MockSatelliteServiceManager.ExternalSatelliteServiceConnection 335 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in MockSatelliteServiceManager.TestSatelliteGatewayServiceConnection 368 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in MockSatelliteServiceManager.ExternalSatelliteGatewayServiceConnection
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothProfile.java | 355 void onServiceConnected(IBinder service); in onServiceConnected() method 383 void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected() method
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
D | SdkSandboxServiceProviderImpl.java | 244 public void onServiceConnected(CallingInfo callingInfo, @NonNull ISdkSandboxService service) { in onServiceConnected() method in SdkSandboxServiceProviderImpl 396 public void onServiceConnected(ISdkSandboxService service) { in onServiceConnected() method in SdkSandboxServiceProviderImpl.SdkSandboxConnection
|
/aosp_15_r20/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/ |
H A D | MockA11yIme.java | 142 protected void onServiceConnected() { in onServiceConnected() method in MockA11yIme 430 void onServiceConnected(@NonNull Runnable runnable) { in onServiceConnected() method in MockA11yIme.Tracer
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
H A D | TransportConnection.java | 430 private void onServiceConnected(IBinder binder) { in onServiceConnected() method 674 public void onServiceConnected(ComponentName transportComponent, IBinder binder) { in onServiceConnected() method in TransportConnection.TransportConnectionMonitor
|
/aosp_15_r20/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerSession.java | 378 public void onServiceConnected(ISpellCheckerSession session) { in onServiceConnected() method in SpellCheckerSession.SpellCheckerSessionListenerImpl 717 public void onServiceConnected(ISpellCheckerSession session) { in onServiceConnected() method in SpellCheckerSession.InternalListener
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/ |
H A D | ChildProcessConnection.java | 82 void onServiceConnected(IBinder service); in onServiceConnected() method 144 public void onServiceConnected(ComponentName className, final IBinder service) { in onServiceConnected() method in ChildProcessConnection.ChildServiceConnectionImpl
|
/aosp_15_r20/frameworks/base/media/java/android/media/browse/ |
H A D | MediaBrowser.java | 577 private void onServiceConnected(final IMediaBrowserServiceCallbacks callback, in onServiceConnected() method in MediaBrowser 999 public void onServiceConnected(final ComponentName name, final IBinder binder) { in onServiceConnected() method in MediaBrowser.MediaServiceConnection
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
H A D | AccessibilityTestService.java | 24 protected void onServiceConnected() { in onServiceConnected() method in AccessibilityTestService
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/textservice/ |
H A D | ITextServicesSessionListener.aidl | 28 oneway void onServiceConnected(in ISpellCheckerSession spellCheckerSession); in onServiceConnected() method
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/process_launcher/ |
H A D | ChildServiceConnectionDelegate.java | 14 void onServiceConnected(IBinder service); in onServiceConnected() method
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | ImsServiceConnector.java | 100 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ImsServiceConnector.TestCarrierServiceConnection 120 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in ImsServiceConnector.TestDeviceServiceConnection
|
/aosp_15_r20/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileApp/src/com/android/cts/context/ |
H A D | ContextCrossProfileTestConnection.java | 25 public void onServiceConnected(ComponentName componentName, IBinder service) { in onServiceConnected() method in ContextCrossProfileTestConnection
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothProfileServiceConnection.aidl | 29 void onServiceConnected(in ComponentName comp, in IBinder service); in onServiceConnected() method
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0682/src/android/security/cts/CVE_2021_0682/ |
H A D | PocAccessibilityService.java | 30 protected void onServiceConnected() { in onServiceConnected() method in PocAccessibilityService
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-31322/src/android/security/cts/CVE_2024_31322/ |
H A D | PocAccessibilityService.java | 26 public void onServiceConnected() { in onServiceConnected() method in PocAccessibilityService
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20448/test-app/src/android/security/cts/CVE_2022_20448_test/ |
H A D | PocAccessibilityService.java | 30 protected void onServiceConnected() { in onServiceConnected() method in PocAccessibilityService
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | ServiceConnection.java | 45 void onServiceConnected(ComponentName name, IBinder service); in onServiceConnected() method
|
/aosp_15_r20/cts/tests/app/shared/src/android/app/stubs/shared/ |
H A D | FutureServiceConnection.java | 37 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in FutureServiceConnection
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | TestService.java | 20 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestService
|
/aosp_15_r20/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventlogger/ |
H A D | AELogger.java | 32 public void onServiceConnected() { in onServiceConnected() method in AELogger
|
/aosp_15_r20/frameworks/base/wifi/java/src/android/net/wifi/sharedconnectivity/service/ |
H A D | ISharedConnectivityCallback.aidl | 34 oneway void onServiceConnected(); in onServiceConnected() method
|