Home
last modified time | relevance | path

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

12345

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
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 …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
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()
DCarBluetoothServiceTest.java151 mUserSwitchCallback.onServiceConnected(mMockPerUserCarService); in testResourceFlagTrue_doCreateDefaultPolicy()
171 mUserSwitchCallback.onServiceConnected(mMockPerUserCarService); in testResourceFlagFalse_doNotCreateDefaultPolicy()
/packages/apps/Dialer/java/com/android/dialer/simulator/service/
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()
/packages/services/Car/service/src/com/android/car/
DPerUserCarServiceHelper.java114 public void onServiceConnected(ComponentName componentName, IBinder service) {
127 callback.onServiceConnected(mPerUserCarService);
226 void onServiceConnected(IPerUserCarService perUserCarService); in onServiceConnected() method
/packages/services/Car/tests/carservice_unit_test/src/android/car/
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()
/packages/apps/Car/Radio/src/com/android/car/radio/service/
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
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java246 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall()
282 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCall()
319 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testSilenceCall()
354 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testScreenCallFurther()
DInCallControllerTests.java685 serviceConnection.onServiceConnected(defDialerComponentName, mockBinder); in testBindToService_DefaultDialer_FallBackToSystem()
739 serviceConnection.onServiceConnected(defDialerComponentName, mockBinder); in testBindToService_NullBinding_FallBackToSystem()
842 serviceConnection.onServiceConnected(defDialerComponentName, mockBinder); in testUnbindDueToCallDisconnect()
1019 serviceConnectionCaptor.getValue().onServiceConnected(new ComponentName(DEF_PKG, DEF_CLASS), in testSanitizeContactName()
1164 serviceConnections.get(nonUiIdx).onServiceConnected(nonUiComponentName, mockBinder); in testBindingFuture()
1181 serviceConnections.get(defDialerIdx).onServiceConnected(defDialerComponentName, mockBinder); in testBindingFuture()
1277 serviceConnection.onServiceConnected(defDialerComponentName, mockBinder); in testBindToService_SelfManagedNoCarModeUI()
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
DTestInputControlConnection.java39 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() method in TestInputControlConnection
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/testutils/
DShadowBluetoothAdapterForDialer.java66 listener.onServiceConnected(BluetoothProfile.HEADSET_CLIENT, in getProfileProxy()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationApplication.java45 public void onServiceConnected(ComponentName name, IBinder service) {
DCarNotificationCenterActivity.java41 public void onServiceConnected(ComponentName className, IBinder binder) {
/packages/modules/NetworkStack/tests/integration/src/android/net/networkstack/
DTestNetworkStackServiceClient.kt65 override fun onServiceConnected(name: ComponentName, service: IBinder) { in onServiceConnected() method in android.net.networkstack.TestNetworkStackServiceClient
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DBasicKeyChainServiceTest.java76 public void onServiceConnected(ComponentName name, IBinder service) {
96 public void onServiceConnected(ComponentName name, IBinder service) {
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/
DShadowCar.java53 serviceConnection.onServiceConnected(null, null); in createCar()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DShareVCardActivity.java43 public synchronized void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected() method in ShareVCardActivity
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DRestrictedProfilePinServiceConnection.java45 public void onServiceConnected(ComponentName name, IBinder binder) { in onServiceConnected() method in RestrictedProfilePinServiceConnection
/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/
DAppFactoryImpl.java46 public void onServiceConnected(
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DRemoteSocketFactoryClient.java57 public void onServiceConnected(ComponentName name, IBinder service) { in bind()
DMyServiceClient.java51 public void onServiceConnected(ComponentName name, IBinder service) { in bind()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCar.java52 serviceConnection.onServiceConnected(null, null); in createCar()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DScriptExecutorTest.java85 public void onServiceConnected(ComponentName className, IBinder service) {
/packages/apps/Nfc/src/com/android/nfc/
DDtaServiceConnector.java55 public void onServiceConnected(ComponentName className, IBinder service) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java53 public void onServiceConnected(int profile, BluetoothProfile proxy) {

12345