Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/
DBackupRestoreE2ETest.java192 assertWithTimeout(() -> readAndAssertMedicalResourcesExistUsingIds(medicalResources)); in testBackupThenRestore_over5000MedicalResources_expectDataIsRestoredCorrectly()
193 assertWithTimeout(() -> readAndAssertRecordsExistUsingIds(insertedRecords)); in testBackupThenRestore_over5000MedicalResources_expectDataIsRestoredCorrectly()
218 assertWithTimeout(() -> readAndAssertRecordsExistUsingIds(insertedRecords)); in testBackupThenRestore_over2000Records_expectDataIsRestoredCorrectly()
275 assertWithTimeout( in testBackupThenRestore_trainingPlans_expectDataIsRestoredCorrectly() method
283 assertWithTimeout( in testBackupThenRestore_trainingPlans_expectDataIsRestoredCorrectly() method
321 assertWithTimeout( in testPermissionRestoredBeforeHCRestore_expectGrantTimeIsRestoredCorrectly()
340 assertWithTimeout( in testPermissionRestoredBeforeHCRestore_expectGrantTimeIsRestoredCorrectly()
345 assertWithTimeout( in testPermissionRestoredBeforeHCRestore_expectGrantTimeIsRestoredCorrectly()
379 assertWithTimeout( in testPermissionsRestoredAfterHCRestore_expectGrantTimeIsRestoredCorrectly()
389 assertWithTimeout( in testPermissionsRestoredAfterHCRestore_expectGrantTimeIsRestoredCorrectly()
[all …]
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DCoroutines.kt73 fun assertWithTimeout( in assertWithTimeout() method
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterManagerTest.kt78 import com.android.safetycenter.testing.Coroutines.assertWithTimeout in <lambda>()
2360 assertWithTimeout(timeout = RESURFACE_TIMEOUT, checkPeriod = RESURFACE_CHECK) { in <lambda>()