Searched refs:getFuseDaemonForFileWithWait (Results 1 – 3 of 3) sorted by relevance
220 FuseDaemon fuseDaemon = getFuseDaemonForFileWithWait(volumePath, in setupVolumeDbBackupAndRecovery()308 fuseDaemon = getFuseDaemonForFileWithWait(new File(EXTERNAL_PRIMARY_ROOT_PATH), in backupExternalDatabase()753 getFuseDaemonForFileWithWait(new File(fuseFilePath), WAIT_TIME_10_SECONDS_IN_MILLIS); in recoverData()808 protected FuseDaemon getFuseDaemonForFileWithWait(File fuseFilePath, long waitTime) in getFuseDaemonForFileWithWait() method in DatabaseBackupAndRecovery810 return MediaProvider.getFuseDaemonForFileWithWait(fuseFilePath, mVolumeCache, waitTime); in getFuseDaemonForFileWithWait()
8655 public static FuseDaemon getFuseDaemonForFileWithWait(@NonNull File file,
77 protected FuseDaemon getFuseDaemonForFileWithWait(File fuseFilePath, long waitTime) in getFuseDaemonForFileWithWait() method in TestDatabaseBackupAndRecovery