Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DContentService.java299 final int callingUserHandle = UserHandle.getCallingUserId(); in registerContentObserver() local
302 if (callingUserHandle != userHandle) { in registerContentObserver()
365 final int callingUserHandle = UserHandle.getCallingUserId(); in notifyChange() local
367 if (callingUserHandle != userHandle) { in notifyChange()
421 syncManager.scheduleLocalSync(null /* all accounts */, callingUserHandle, uid, in notifyChange()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java9175 final int callingUserHandle = UserHandle.getCallingUserId(); in dataChanged() local
9176 if (callingUserHandle != UserHandle.USER_SYSTEM) { in dataChanged()
9184 + callingUserHandle); in dataChanged()
9299 final int callingUserHandle = UserHandle.getCallingUserId(); in fullBackup() local
9301 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullBackup()
9372 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local
9374 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullTransportBackup()
9420 final int callingUserHandle = UserHandle.getCallingUserId(); in fullRestore() local
9422 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullRestore()