Searched refs:TARGET_PRIORITY (Results 1 – 1 of 1) sorted by relevance
87 private static final String TARGET_PRIORITY = "targetPriority"; field in ModuleJsonUtil1503 if (appObject.containsKey(TARGET_PRIORITY)) { in parseTargetPriority()1504 targetPriority = appObject.getIntValue(TARGET_PRIORITY); in parseTargetPriority()1545 if (appObject.containsKey(TARGET_PRIORITY)) { in parseTargetModulePriority()1546 targetModulePriority = appObject.getIntValue(TARGET_PRIORITY); in parseTargetModulePriority()1945 return isExistedProperty(jsonString, MODULE, TARGET_PRIORITY); in isExistedStageModuleTargetPriority()1955 return isExistedProperty(jsonString, APP, TARGET_PRIORITY); in isExistedStageAppTargetPriority()