Home
last modified time | relevance | path

Searched refs:isExtensionVersionAtLeast (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() method in ExtensionsUtil
98 return isExtensionVersionAtLeast(EXTENSION_VERSION_CURRENT_PLATFORM); in isExtensionVersionLatest()