Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl477 Intent getConfigurationIntentForUser(int userId, String transport); in getConfigurationIntentForUser() method
H A DBackupManager.java918 return sService.getConfigurationIntentForUser(mContext.getUserId(), transportName); in getConfigurationIntent()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1144 public Intent getConfigurationIntentForUser(int userId, String transport) in getConfigurationIntentForUser() method in BackupManagerService
1153 return getConfigurationIntentForUser(binderGetCallingUserId(), transport); in getConfigurationIntent()