Home
last modified time | relevance | path

Searched refs:DEVICE_DISPLAY_NAME_A (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/companion/multiprocess/src/android/companion/cts/multiprocess/
DBinderLifecycleTest.kt20 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A
45 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_binderDied_primaryProcess()
64 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_binderDied_secondaryProcess()
DRebindServiceTest.kt21 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A in <lambda>()
52 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>()
/cts/tests/tests/companion/core/src/android/companion/cts/core/
DInactiveSelfManagedAssociationsRemovalTest.kt20 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A
47 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) 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.kt23 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A
58 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()
204 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_notifyAppears_from_onAssociationCreated()
DDumpSysTest.kt20 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A
53 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_dump_singleDevice()
81 val idA = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_dump_multiDevice()
DAssociationsChangedListenerTest.kt23 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A in <lambda>()
111 .setDisplayName(DEVICE_DISPLAY_NAME_A) in <lambda>()
144 expected = DEVICE_DISPLAY_NAME_A in <lambda>()
/cts/tests/tests/companion/noservices/src/android/companion/cts/noservices/
DNoCompanionDeviceServiceTest.kt20 import android.companion.cts.common.DEVICE_DISPLAY_NAME_A
54 val associationId = createSelfManagedAssociation(DEVICE_DISPLAY_NAME_A) in test_noService()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DConstants.kt59 const val DEVICE_DISPLAY_NAME_A = "Device A" constant