Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java914 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
H A DIBackupManager.aidl483 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1151 public Intent getConfigurationIntent(String transport) in getConfigurationIntent() method in BackupManagerService
1162 public Intent getConfigurationIntent(@UserIdInt int userId, String transportName) { in getConfigurationIntent() method in BackupManagerService
H A DUserBackupManagerService.java3756 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in UserBackupManagerService