Home
last modified time | relevance | path

Searched defs:getConfigurationIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupManager.java939 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
DIBackupManager.aidl500 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1202 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService
1213 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService
DUserBackupManagerService.java3687 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method