Home
last modified time | relevance | path

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

/platform_testing/libraries/notes-role-test-helper/src/android/platform/helpers/notesrole/
DNotesRoleUtil.kt64 callWithManageRoleHolderPermission { in getRoleHolderPackageName()
82 callWithManageRoleHolderPermission { in clearRoleHolder()
132 callWithManageRoleHolderPermission { in setRoleHolder()
169 private fun <T> callWithManageRoleHolderPermission(callable: () -> T): T { in callWithManageRoleHolderPermission() method in android.platform.helpers.notesrole.NotesRoleUtil