Home
last modified time | relevance | path

Searched refs:onServiceConnected (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
H A DTransportClientTest.java155 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 DAccessibilityServiceConnectionTest.java152 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 DStartDpcInsideSuwServiceConnectionTest.java124 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 DSimulatorServiceClient.java40 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 DCarLocationServiceTest.java218 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 DCarBluetoothServiceTest.java151 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 DSuggestionController.java46 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 DAELogger.java32 public void onServiceConnected() { in onServiceConnected() method in AELogger
33 super.onServiceConnected(); in onServiceConnected()
/aosp12/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java71 @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 DPerUserCarServiceHelper.java114 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 DSuggestionControllerMixinCompatTest.java91 mMixin.onServiceConnected(); in onServiceConnected_shouldGetSuggestion()
102 mMixin.onServiceConnected(); in onServiceConnected_hostNotAttached_shouldDoNothing()
H A DSuggestionControllerMixinTest.java91 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 DCarTest.java222 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 DBluetoothProfileConnector.java61 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 DRadioAppServiceWrapper.java141 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 DPersistentConnectionTest.java155 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 DITextServicesSessionListener.aidl28 oneway void onServiceConnected(in ISpellCheckerSession spellCheckerSession); in onServiceConnected() method
/aosp12/frameworks/base/core/java/android/content/
H A DServiceConnection.java45 void onServiceConnected(ComponentName name, IBinder service); in onServiceConnected() method
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothProfileServiceConnection.aidl29 void onServiceConnected(in ComponentName comp, in IBinder service); in onServiceConnected() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallScreeningServiceFilterTest.java265 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 DBinderWorkSourceTest.java55 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 DWritingActivity.java39 public void onServiceConnected(ComponentName className, IBinder service) {
/aosp12/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java378 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 DTestInputControlConnection.java39 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestInputControlConnection
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java51 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in PrintSpoolerProvider

12345678910>>...13