Home
last modified time | relevance | path

Searched refs:binderGetCallingUserId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java206 protected int binderGetCallingUserId() { in binderGetCallingUserId() method in BackupManagerService
572 dataChangedForUser(binderGetCallingUserId(), packageName); in dataChanged()
636 clearBackupDataForUser(binderGetCallingUserId(), transportName, packageName); in clearBackupData()
649 agentConnectedForUser(binderGetCallingUserId(), packageName, agent); in agentConnected()
674 agentDisconnectedForUser(binderGetCallingUserId(), packageName); in agentDisconnected()
700 restoreAtInstallForUser(binderGetCallingUserId(), packageName, token); in restoreAtInstall()
737 setBackupEnabledForUser(binderGetCallingUserId(), isEnabled); in setBackupEnabled()
759 setAutoRestoreForUser(binderGetCallingUserId(), doAutoRestore); in setAutoRestore()
779 return isBackupEnabledForUser(binderGetCallingUserId()); in isBackupEnabled()
795 int userId = binderGetCallingUserId(); in setBackupPassword()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
DBackupManagerServiceTest.java834 protected int binderGetCallingUserId() { in binderGetCallingUserId() method in BackupManagerServiceTest.BackupManagerServiceTestable
/frameworks/base/services/
Dart-wear-profile8562 PLcom/android/server/backup/BackupManagerService;->binderGetCallingUserId()I