Searched refs:getSuppressFileForUser (Results 1 – 3 of 3) 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()
819 protected File getSuppressFileForUser(int userId) { in getSuppressFileForUser() method in BackupManagerServiceTest.BackupManagerServiceTestable
8573 PLcom/android/server/backup/BackupManagerService;->getSuppressFileForUser(I)Ljava/io/File;