Searched refs:checkVersion (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libaudioclient/tests/
H A Dtest_create_utils.h32 bool checkVersion(FILE *inputFile, const char *version);
H A Dtest_create_utils.cpp45 bool checkVersion(FILE *inputFile, const char *version) function in namespace:android
H A Dtest_create_audiorecord.cpp58 if (!checkVersion(inputFile, VERSION_VALUE)) {
H A Dtest_create_audiotrack.cpp56 if (!checkVersion(inputFile, VERSION_VALUE)) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
H A DVersionInfoTest.java53 overlay.checkVersion(impl);
61 overlay.checkVersion(impl);
69 overlay.checkVersion(impl);
77 overlay.checkVersion(impl);
84 overlay.checkVersion(impl);
H A DPluginInstanceManagerTest.java152 doThrow(new InvalidVersionException("", false)).when(mMockVersionInfo).checkVersion(any());
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/pom/
H A DPomRewriteRule.kt32 validate(from, checkVersion = false)
33 validate(to, checkVersion = true)
39 private fun validate(dep: PomDependency, checkVersion: Boolean) {
48 if (checkVersion && (dep.version == null || dep.version!!.isEmpty())) {
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLLexer.java14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
H A DXMLParser.java14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginInstanceManager.java321 VersionInfo version = checkVersion(pluginClass, plugin, mVersion);
371 private VersionInfo checkVersion(Class<?> pluginClass, T plugin, VersionInfo version) method in class:PluginInstanceManager.PluginHandler
375 version.checkVersion(pv);
H A DVersionInfo.java75 public void checkVersion(VersionInfo plugin) throws InvalidVersionException { method in class:VersionInfo
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionLexer.java14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
H A DBindingExpressionParser.java14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }

Completed in 138 milliseconds