Searched defs:restoreRuntimePermissions (Results 1 – 5 of 5) sorted by relevance
52 void restoreRuntimePermissions(@NonNull byte[] backup, @UserIdInt int userId); in restoreRuntimePermissions() method
62 public void restoreRuntimePermissions(@NonNull byte[] backup, int userId) { in restoreRuntimePermissions() method in PermissionManagerServiceLoggingDecorator
2035 public void restoreRuntimePermissions(@NonNull byte[] backup, @UserIdInt int userId) { in restoreRuntimePermissions() method in PermissionManagerServiceImpl
667 public void restoreRuntimePermissions(@NonNull byte[] backup, @UserIdInt int userId) { in restoreRuntimePermissions() method in PermissionManagerService.PermissionManagerServiceInternalImpl
1700 override fun restoreRuntimePermissions(backup: ByteArray, userId: Int) { in <lambda>() method in com.android.server.permission.access.permission.PermissionService