Home
last modified time | relevance | path

Searched refs:createSelfManagedAssociation (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/companion/core/src/android/companion/cts/core/
DInactiveSelfManagedAssociationsRemovalTest.kt47 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_inactive_associations_removal()
52 val idB = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_B) in test_inactive_associations_removal()
78 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in <lambda>()
112 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_active_associations_do_not_get_removed()
DSelfPresenceReportingTest.kt58 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_selfReporting_singleDevice_multipleServices()
94 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_selfReporting_multipleDevices_multipleServices()
95 val idB = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_B) in test_selfReporting_multipleDevices_multipleServices()
204 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_notifyAppears_from_onAssociationCreated()
DDumpSysTest.kt53 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_dump_singleDevice()
81 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_dump_multiDevice()
82 val idB = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_B) in test_dump_multiDevice()
/cts/tests/tests/companion/multiprocess/src/android/companion/cts/multiprocess/
DRebindServiceTest.kt52 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in <lambda>()
82 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in <lambda>()
106 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in <lambda>()
107 val idB = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_B) in <lambda>()
DBinderLifecycleTest.kt45 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_binderDied_primaryProcess()
64 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_binderDied_secondaryProcess()
/cts/tests/tests/companion/noservices/src/android/companion/cts/noservices/
DNoCompanionDeviceServiceTest.kt54 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_noService()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt137 protected fun createSelfManagedAssociation( in createSelfManagedAssociation() method