Searched refs:protectionFlags (Results 1 – 4 of 4) sorted by relevance
40 val protectionFlags: Int, constant in com.android.permissioncontroller.permission.model.livedatatypes.LightPermInfo45 permInfo.protectionFlags, permInfo.flags)
73 val isInstantPerm = permInfo.protectionFlags and PermissionInfo.PROTECTION_FLAG_INSTANT != 076 permInfo.protectionFlags and PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY != 0
74 if (packageInfo.isInstantApp && permInfo.protectionFlags and in loadDataAndPostValue()80 (permInfo.protectionFlags and PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) != in loadDataAndPostValue()
165 if (permissionInfo.protectionFlags and in <lambda>()170 if (permissionInfo.protectionFlags and PermissionInfo.PROTECTION_FLAG_INSTANT != 0) { in <lambda>()