Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DExtensionsUtil.java88 public static boolean isExtensionVersionAtLeast(int targetVersion) { in isExtensionVersionAtLeast() argument
90 return version >= targetVersion; in isExtensionVersionAtLeast()