Home
last modified time | relevance | path

Searched refs:test_userDismissed (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DAssociationEndToEndTest.kt59 fun test_userDismissed() = in test_userRejected() method
60 super.test_userDismissed(singleDevice = false, selfManaged = false, displayName = null) in test_userRejected()
DAssociationEndToEndSingleDeviceTest.kt44 fun test_userDismissed() = in test_userRejected() method
45 super.test_userDismissed(singleDevice = true, selfManaged = false, displayName = null) in test_userRejected()
DAssociationEndToEndSelfManagedTest.kt56 fun test_userDismissed() = super.test_userDismissed( in test_userRejected() method
DUiAutomationTestBase.kt135 protected fun test_userDismissed( in <lambda>() method in android.companion.cts.uiautomation.UiAutomationTestBase