Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.aidl494 Intent getConfigurationIntentForUser(int userId, String transport); in getConfigurationIntentForUser() method
H A DBackupManager.java934 return sService.getConfigurationIntentForUser(mContext.getUserId(), transportName); in getConfigurationIntent()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1195 public Intent getConfigurationIntentForUser(int userId, String transport) in getConfigurationIntentForUser() method in BackupManagerService
1204 return getConfigurationIntentForUser(binderGetCallingUserId(), transport); in getConfigurationIntent()