Searched refs:getSuppressFileForUser (Results 1 – 2 of 2) sorted by relevance
216 protected File getSuppressFileForUser(@UserIdInt int userId) { in getSuppressFileForUser() method in BackupManagerService284 createFile(getSuppressFileForUser(userId)); in deactivateBackupForUserLocked()301 deleteFile(getSuppressFileForUser(userId)); in activateBackupForUserLocked()332 if (getSuppressFileForUser(UserHandle.USER_SYSTEM).exists()) { in isBackupActivatedForUser()344 if (isDefaultUser && getSuppressFileForUser(userId).exists()) { in isBackupActivatedForUser()
777 protected File getSuppressFileForUser(int userId) { in getSuppressFileForUser() method in BackupManagerServiceTest.BackupManagerServiceTestable