Searched refs:mBackupLatch (Results 1 – 1 of 1) sorted by relevance
837 final CountDownLatch mBackupLatch; field in PerformFullTransportBackupTask.SinglePackageBackupRunner857 mBackupLatch = new CountDownLatch(1); in SinglePackageBackupRunner()910 mBackupLatch.countDown(); in run()947 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()981 mBackupLatch.countDown(); in handleCancel()