Searched refs:selectBackupTransportForUser (Results 1 – 3 of 3) sorted by relevance
456 String selectBackupTransportForUser(int userId, String transport); in selectBackupTransportForUser() method
1134 public String selectBackupTransportForUser(int userId, String transport) in selectBackupTransportForUser() method in BackupManagerService1142 return selectBackupTransportForUser(binderGetCallingUserId(), transport); in selectBackupTransport()
581 String old = mBmgr.selectBackupTransportForUser(userId, which); in doTransport()