Searched refs:mBackupLatch (Results 1 – 1 of 1) sorted by relevance
809 final CountDownLatch mBackupLatch; field in PerformFullTransportBackupTask.SinglePackageBackupRunner829 mBackupLatch = new CountDownLatch(1); in SinglePackageBackupRunner()884 mBackupLatch.countDown(); in run()921 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()955 mBackupLatch.countDown(); in handleCancel()