Home
last modified time | relevance | path

Searched refs:tokenToDirectoryPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java475 FullBackup.getBackupScheme(this).tokenToDirectoryPath(domainToken), in applyXmlFiltersAndDoFullBackupForDomain()
637 String domainPath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in fullBackupFileTree()
835 basePath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in onRestoreFile()
DFullBackup.java238 String tokenToDirectoryPath(String domainToken) { in tokenToDirectoryPath() method in FullBackup.BackupScheme