Home
last modified time | relevance | path

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

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