Home
last modified time | relevance | path

Searched refs:withStrategy (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/uidmigration/src/android/uidmigration/cts/
DAppIdMigrationTest.kt66 fun testAppInstall() = withStrategy(LIVE_TRANSITION) { in <lambda>()
89 fun testPermissionMigration() = withStrategy(LIVE_TRANSITION) { in testPermissionMigration()
123 fun testDataMigration() = withStrategy(LIVE_TRANSITION) { in <lambda>()
DCommon.kt69 inline fun withStrategy(strategy: Int? = null, body: () -> Unit) { in withStrategy() method
DSharedUserMigrationTest.kt129 fun testAppInstall() = withStrategy { in <lambda>()