Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/
DWindowExtensionsTest.java19 import static androidx.window.extensions.WindowExtensionsImpl.EXTENSIONS_VERSION_CURRENT_PLATFORM;
61 assertThat(mVersion).isEqualTo(EXTENSIONS_VERSION_CURRENT_PLATFORM); in testGetVendorApiLevel_extensionsEnabled_matchesCurrentVersion()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/
DWindowExtensionsImpl.java62 static final int EXTENSIONS_VERSION_CURRENT_PLATFORM = 6; field in WindowExtensionsImpl
70 private final int mVersion = EXTENSIONS_VERSION_CURRENT_PLATFORM;