Searched refs:binderGetCallingUserId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 206 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/ |
D | BackupManagerServiceTest.java | 834 protected int binderGetCallingUserId() { in binderGetCallingUserId() method in BackupManagerServiceTest.BackupManagerServiceTestable
|
/frameworks/base/services/ |
D | art-wear-profile | 8562 PLcom/android/server/backup/BackupManagerService;->binderGetCallingUserId()I
|