Searched refs:assertOnlyPrimaryCompanionDeviceServiceNotified (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/companion/core/src/android/companion/cts/core/ |
D | SelfPresenceReportingTest.kt | 29 import android.companion.cts.common.assertOnlyPrimaryCompanionDeviceServiceNotified 69 assertOnlyPrimaryCompanionDeviceServiceNotified(associationId, appeared = true) in test_selfReporting_singleDevice_multipleServices() 83 assertOnlyPrimaryCompanionDeviceServiceNotified(associationId, appeared = false) in test_selfReporting_singleDevice_multipleServices() 106 assertOnlyPrimaryCompanionDeviceServiceNotified(idA, appeared = true) in test_selfReporting_multipleDevices_multipleServices() 117 assertOnlyPrimaryCompanionDeviceServiceNotified(idB, appeared = true) in test_selfReporting_multipleDevices_multipleServices() 132 assertOnlyPrimaryCompanionDeviceServiceNotified(idA, appeared = false) in test_selfReporting_multipleDevices_multipleServices() 144 assertOnlyPrimaryCompanionDeviceServiceNotified(idB, appeared = false) in test_selfReporting_multipleDevices_multipleServices()
|
D | ObservingDevicePresenceTest.kt | 29 import android.companion.cts.common.assertOnlyPrimaryCompanionDeviceServiceNotified 122 assertOnlyPrimaryCompanionDeviceServiceNotified(associationId, appeared = true) in test_startObservingDevicePresence_singleDevice() 134 assertOnlyPrimaryCompanionDeviceServiceNotified(associationId, appeared = false) in test_startObservingDevicePresence_singleDevice() 229 assertOnlyPrimaryCompanionDeviceServiceNotified(idA, appeared = true) in test_startObservingDevicePresence_multipleDevices() 242 assertOnlyPrimaryCompanionDeviceServiceNotified(idB, appeared = true) in test_startObservingDevicePresence_multipleDevices() 259 assertOnlyPrimaryCompanionDeviceServiceNotified(idA, appeared = false) in test_startObservingDevicePresence_multipleDevices() 273 assertOnlyPrimaryCompanionDeviceServiceNotified(idB, appeared = false) in test_startObservingDevicePresence_multipleDevices()
|
D | DumpSysTest.kt | 22 import android.companion.cts.common.assertOnlyPrimaryCompanionDeviceServiceNotified 64 assertOnlyPrimaryCompanionDeviceServiceNotified(associationId, appeared = true) in test_dump_singleDevice() 95 assertOnlyPrimaryCompanionDeviceServiceNotified(idA, appeared = true) in test_dump_multiDevice()
|
/cts/tests/tests/companion/common/src/android/companion/cts/common/ |
D | TestBase.kt | 328 fun assertOnlyPrimaryCompanionDeviceServiceNotified(associationId: Int, appeared: Boolean) { in assertOnlyPrimaryCompanionDeviceServiceNotified() method
|