Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupManager.java930 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method in BackupManager
H A DIBackupManager.aidl500 Intent getConfigurationIntent(String transport); in getConfigurationIntent() method
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A 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
H A DUserBackupManagerService.java3683 public Intent getConfigurationIntent(String transportName) { in getConfigurationIntent() method