Searched refs:TYPE_CONFIG (Results 1 – 4 of 4) sorted by relevance
53 private static final int TYPE_CONFIG = 11; field in ZenLog127 append(TYPE_CONFIG, reason + " no changes"); in traceConfig()129 append(TYPE_CONFIG, reason in traceConfig()188 case TYPE_CONFIG: return "config"; in typeToString()
54 public static final int TYPE_CONFIG = 1; field in LegacyPermission66 TYPE_CONFIG,152 if (bp == null || bp.mType != TYPE_CONFIG) { in read()
50 public static final int TYPE_CONFIG = LegacyPermission.TYPE_CONFIG; field in Permission54 TYPE_CONFIG,428 if (permission.mType == Permission.TYPE_CONFIG && !permission.mReconciled) { in createOrUpdate()442 boolean wasNonInternal = permission != null && permission.mType != TYPE_CONFIG in createOrUpdate()444 boolean wasNonRuntime = permission != null && permission.mType != TYPE_CONFIG in createOrUpdate()
468 bp = new Permission(perm.name, "android", Permission.TYPE_CONFIG); in PermissionManagerServiceImpl()4606 && configPermission.getType() == Permission.TYPE_CONFIG) {