Searched refs:callWithShellIdentityPermissions (Results 1 – 2 of 2) sorted by relevance
117 notesRoleUtil.callWithShellIdentityPermissions(MANAGE_USERS, CREATE_USERS) { in switchToUser()139 notesRoleUtil.callWithShellIdentityPermissions( in getCurrentUserId()
155 fun <T> callWithShellIdentityPermissions(vararg permissions: String, callable: () -> T): T { in callWithShellIdentityPermissions() method in android.platform.helpers.notesrole.NotesRoleUtil170 return callWithShellIdentityPermissions(MANAGE_ROLE_HOLDERS, INTERACT_ACROSS_USERS) { in callWithManageRoleHolderPermission()