Searched defs:isSystemFixed (Results 1 – 4 of 4) sorted by relevance
137 val isSystemFixed = foreground.isSystemFixed || background.isSystemFixed in <lambda>() constant in com.android.permissioncontroller.permission.model.livedatatypes.LightAppPermGroup207 val isSystemFixed = permissions.any { it.value.isSystemFixed } in <lambda>() constant
61 val isSystemFixed = flags and PackageManager.FLAG_PERMISSION_SYSTEM_FIXED != 0 constant
211 public boolean isSystemFixed() { in isSystemFixed() method in Permission
422 public boolean isSystemFixed() { in isSystemFixed() method in PermissionApps.PermissionApp