Home
last modified time | relevance | path

Searched refs:compareInt (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DRuleContainer.kt117 val result = compareInt(o1.order, o2.order) in compare()
121 private fun compareInt(a: Int, b: Int): Int { in compareInt() method