Home
last modified time | relevance | path

Searched refs:getSuppressFileForUser (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java216 protected File getSuppressFileForUser(@UserIdInt int userId) { in getSuppressFileForUser() method in BackupManagerService
284 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()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
H A DBackupManagerServiceTest.java777 protected File getSuppressFileForUser(int userId) { in getSuppressFileForUser() method in BackupManagerServiceTest.BackupManagerServiceTestable