Searched refs:setBackupEnabledForUser (Results 1 – 4 of 4) sorted by relevance
155 void setBackupEnabledForUser(int userId, boolean isEnabled); in setBackupEnabledForUser() method
677 public void setBackupEnabledForUser(@UserIdInt int userId, boolean isEnabled) in setBackupEnabledForUser() method in BackupManagerService686 setBackupEnabledForUser(binderGetCallingUserId(), isEnabled); in setBackupEnabled()
278 mBmgr.setBackupEnabledForUser(userId, enable); in doEnable()
12832 PLcom/android/server/backup/BackupManagerService;->setBackupEnabledForUser(IZ)V