Searched refs:currentPriority (Results 1 – 3 of 3) sorted by relevance
92 val currentPriority = currentTransition.value?.let { it.config.type.priority } ?: -1 in runTransition() constant93 if (config.checkPriority && config.type.priority < currentPriority) { in runTransition()98 "currentPriority=$currentPriority; config=$config" in runTransition()109 "currentPriority=$currentPriority; config=$config" in runTransition()
156 final Integer currentPriority = flagPriority.get(flagPackageAndName); in loadServerOverrides() local157 if (currentPriority != null && currentPriority >= priority) { in loadServerOverrides()159 + " because of the existing one with priority " + currentPriority); in loadServerOverrides()
999 int currentPriority = Integer.MAX_VALUE; in appendPostalsForDoCoMo() local1010 if (priority < currentPriority) { in appendPostalsForDoCoMo()1011 currentPriority = priority; in appendPostalsForDoCoMo()