/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/ |
H A D | TransportClientTest.java | 155 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_callsListenerWhenConnected() 169 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_whenPendingConnection_callsAllListenersWhenConnected() 181 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_whenAlreadyConnected_callsListener() 225 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceDisconnectedBeforeNewConnection_callsListener() 238 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceDisconnectedAfterNewConnection_callsListener() 240 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceDisconnectedAfterNewConnection_callsListener() 291 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceConnected_logsBoundAndConnectedTransitionEvents() 313 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnect_whenConnected_returnsTransport() 325 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnect_afterOnServiceDisconnected_returnsNull() 373 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testUnbind_whenConnected_logsDisconnectedAndUnboundTransitionEvents() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnectionTest.java | 152 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in bindConnectUnbind_linksAndUnlinksToServiceDeath() 162 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo() 166 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo() 180 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in binderDied_keysGetFlushed() 194 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in connectedService_notInEnabledServiceList_doNotInitClient() 206 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in sendGesture_touchableDevice_injectEvents() 223 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in sendGesture_untouchableDevice_performGestureResultFailed() 240 mConnection.onServiceConnected(COMPONENT_NAME, mMockIBinder); in sendGesture_invalidDisplay_performGestureResultFailed()
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
H A D | StartDpcInsideSuwServiceConnectionTest.java | 124 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_serviceConnects() 169 restoredServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_instanceStateSavedAndRestoredBeforeServiceConnected() 195 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_instanceStateSavedAndRestoredAfterServiceConnected() 220 restoredServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_instanceStateSavedAndRestoredAfterServiceConnected() 247 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_instanceStateSavedAndRestoredAfterDpcFinished() 300 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_serviceConnectsAndDisconnects() 327 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_serviceConnectsAndDisconnects_instanceStateSavedAndRestored() 353 restoredServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_serviceConnectsAndDisconnects_instanceStateSavedAndRestored() 381 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_serviceConnectsTwice() 383 mStartDpcInsideSuwServiceConnection.onServiceConnected(TEST_SUW_COMPONENT_NAME, null); in testBindingSucceeds_serviceConnectsTwice() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/service/ |
H A 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 58 client.onServiceConnected(simulatorService); in onServiceConnected()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | CarLocationServiceTest.java | 218 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testLoadsLocationWithHeadlessSystemUser() 240 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDoesNotLoadLocationWhenNoFileExists() 255 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDoesNotLoadLocationFromIncompleteFile() 270 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDoesNotLoadLocationFromCorruptFile() 286 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDoesNotLoadIncompleteLocation() 305 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDoesNotLoadOldLocation() 320 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testStoresLocationUponShutdownPrepare() 374 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDoesNotStoreNullLocation() 399 mUserServiceCallback.onServiceConnected(mMockIPerUserCarService); in testDeletesCacheFileWhenLocationIsDisabled()
|
H A D | CarBluetoothServiceTest.java | 151 mUserSwitchCallback.onServiceConnected(mMockPerUserCarService); in testResourceFlagTrue_doCreateDefaultPolicy() 171 mUserSwitchCallback.onServiceConnected(mMockPerUserCarService); in testResourceFlagFalse_doNotCreateDefaultPolicy()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
H A D | SuggestionController.java | 46 void onServiceConnected(); in onServiceConnected() method 156 public void onServiceConnected(ComponentName name, IBinder service) { in createServiceConnection() 162 mConnectionListener.onServiceConnected(); in createServiceConnection()
|
/aosp12/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventlogger/ |
H A D | AELogger.java | 32 public void onServiceConnected() { in onServiceConnected() method in AELogger 33 super.onServiceConnected(); in onServiceConnected()
|
/aosp12/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
H A D | FakeApp.java | 71 @Override public void onServiceConnected(ComponentName name, IBinder service) { 78 @Override public void onServiceConnected(ComponentName name, IBinder service) { 85 @Override public void onServiceConnected(ComponentName name, IBinder service) {
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | PerUserCarServiceHelper.java | 114 public void onServiceConnected(ComponentName componentName, IBinder service) { 127 callback.onServiceConnected(mPerUserCarService); 226 void onServiceConnected(IPerUserCarService perUserCarService); in onServiceConnected() method
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/ |
H A D | SuggestionControllerMixinCompatTest.java | 91 mMixin.onServiceConnected(); in onServiceConnected_shouldGetSuggestion() 102 mMixin.onServiceConnected(); in onServiceConnected_hostNotAttached_shouldDoNothing()
|
H A D | SuggestionControllerMixinTest.java | 91 mMixin.onServiceConnected(); in onServiceConnected_shouldGetSuggestion() 102 mMixin.onServiceConnected(); in onServiceConnected_hostNotAttached_shouldDoNothing()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/ |
H A D | CarTest.java | 222 car.getServiceConnectionListener().onServiceConnected(new ComponentName("", ""), in testCreateCarWithStatusChangeNoServiceConnectionWithCarServiceStarted() 239 car.getServiceConnectionListener().onServiceConnected(new ComponentName("", ""), in testCreateCarWithStatusChangeNoServiceHandleCarServiceRestart() 254 car.getServiceConnectionListener().onServiceConnected(new ComponentName("", ""), in testCreateCarWithStatusChangeNoServiceHandleCarServiceRestart()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothProfileConnector.java | 61 public void onServiceConnected(ComponentName className, IBinder service) { 66 mServiceListener.onServiceConnected(mProfileId, mProfileProxy);
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/service/ |
H A D | RadioAppServiceWrapper.java | 141 public void onServiceConnected(ComponentName className, IBinder binder) { 142 RadioAppServiceWrapper.this.onServiceConnected(binder, 211 private void onServiceConnected(IBinder binder, @NonNull IRadioAppService service) { in onServiceConnected() method in RadioAppServiceWrapper
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | PersistentConnectionTest.java | 155 conn.getServiceConnectionForTest().onServiceConnected(cn, in testAll() 203 conn.getServiceConnectionForTest().onServiceConnected(cn, in testAll() 243 conn.getServiceConnectionForTest().onServiceConnected(cn, in testAll() 420 conn.getServiceConnectionForTest().onServiceConnected(cn, in testResetBackoff()
|
/aosp12/frameworks/base/core/java/com/android/internal/textservice/ |
H A D | ITextServicesSessionListener.aidl | 28 oneway void onServiceConnected(in ISpellCheckerSession spellCheckerSession); in onServiceConnected() method
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ServiceConnection.java | 45 void onServiceConnected(ComponentName name, IBinder service); in onServiceConnected() method
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothProfileServiceConnection.aidl | 29 void onServiceConnected(in ComponentName comp, in IBinder service); in onServiceConnected() method
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | CallScreeningServiceFilterTest.java | 265 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall() 301 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCall() 338 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testSilenceCall() 373 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testScreenCallFurther()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BinderWorkSourceTest.java | 55 public void onServiceConnected(ComponentName name, IBinder service) { 65 public void onServiceConnected(ComponentName name, IBinder service) {
|
/aosp12/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
H A D | WritingActivity.java | 39 public void onServiceConnected(ComponentName className, IBinder service) {
|
/aosp12/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 718 mParentSpellCheckerSessionListenerImpl.onServiceConnected(session); in onServiceConnected()
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/ |
H A D | TestInputControlConnection.java | 39 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestInputControlConnection
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | PrintSpoolerProvider.java | 51 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in PrintSpoolerProvider
|