Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl456 String selectBackupTransportForUser(int userId, String transport); in selectBackupTransportForUser() method
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1134 public String selectBackupTransportForUser(int userId, String transport) in selectBackupTransportForUser() method in BackupManagerService
1142 return selectBackupTransportForUser(binderGetCallingUserId(), transport); in selectBackupTransport()
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
DBmgr.java581 String old = mBmgr.selectBackupTransportForUser(userId, which); in doTransport()