Lines Matching refs:labelId
76 private static final String LABEL_ID = "labelId";
392 if (appJson.containsKey("labelId")) {
393 int labelId = appJson.getIntValue("labelId");
394 labelRes = ResourcesParser.getBaseResourceById(labelId, data);
830 if (abilityJson.containsKey("labelId")) {
831 int labelId = abilityJson.getIntValue("labelId");
832 ability.labelRes = ResourcesParser.getBaseResourceById(labelId, data);
1664 shortcut.label = parseResourceByKey(shortcutObj, data, "label", "labelId");
1844 parseResourceByKey(definePermissionObj, data, "label", "labelId");
1891 defPermission.label = parseResourceByKey(defPermissionObj, data, "label", "labelId");