Searched refs:mBackupLatch (Results 1 – 1 of 1) sorted by relevance
840 final CountDownLatch mBackupLatch; field in PerformFullTransportBackupTask.SinglePackageBackupRunner860 mBackupLatch = new CountDownLatch(1); in SinglePackageBackupRunner()913 mBackupLatch.countDown(); in run()950 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()984 mBackupLatch.countDown(); in handleCancel()