Home
last modified time | relevance | path

Searched defs:backupLatch (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/hostsidetests/backup/src/android/cts/backup/
H A DParallelUserBackupRestoreHostSideTest.java117 CountDownLatch backupLatch = new CountDownLatch(2); in testParallelBackupAndRestore() local
155 private Callable<String> backupCallableForUser(int userId, CountDownLatch backupLatch) { in backupCallableForUser()