Searched refs:mBackupLatch (Results 1 – 1 of 1) sorted by relevance
799 final CountDownLatch mBackupLatch; field in PerformFullTransportBackupTask.SinglePackageBackupRunner819 mBackupLatch = new CountDownLatch(1); in SinglePackageBackupRunner()863 mBackupLatch.countDown(); in run()900 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()934 mBackupLatch.countDown(); in handleCancel()