Home
last modified time | relevance | path

Searched refs:getFuseDaemonForFileWithWait (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseBackupAndRecovery.java276 FuseDaemon fuseDaemonExternalPrimary = getFuseDaemonForFileWithWait(new File( in setupVolumeDbBackupAndRecovery()
411 fuseDaemonExternalPrimary = getFuseDaemonForFileWithWait( in backupExternalDatabase()
423 fuseDaemonPublicVolume = getFuseDaemonForFileWithWait(new File( in backupExternalDatabase()
965 getFuseDaemonForFileWithWait(new File(fuseFilePath)); in recoverData()
1056 protected FuseDaemon getFuseDaemonForFileWithWait(File fuseFilePath) in getFuseDaemonForFileWithWait() method in DatabaseBackupAndRecovery
1059 return MediaProvider.getFuseDaemonForFileWithWait(fuseFilePath, mVolumeCache, in getFuseDaemonForFileWithWait()
DMediaProvider.java9348 public static FuseDaemon getFuseDaemonForFileWithWait(@NonNull File file,
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DTestDatabaseBackupAndRecovery.java79 protected FuseDaemon getFuseDaemonForFileWithWait(File fuseFilePath) in getFuseDaemonForFileWithWait() method in TestDatabaseBackupAndRecovery