Searched refs:checkVersion (Results 1 - 13 of 13) sorted by relevance
/frameworks/av/media/libaudioclient/tests/ |
H A D | test_create_utils.h | 32 bool checkVersion(FILE *inputFile, const char *version);
|
H A D | test_create_utils.cpp | 45 bool checkVersion(FILE *inputFile, const char *version) function in namespace:android
|
H A D | test_create_audiorecord.cpp | 58 if (!checkVersion(inputFile, VERSION_VALUE)) {
|
H A D | test_create_audiotrack.cpp | 56 if (!checkVersion(inputFile, VERSION_VALUE)) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/ |
H A D | VersionInfoTest.java | 53 overlay.checkVersion(impl); 61 overlay.checkVersion(impl); 69 overlay.checkVersion(impl); 77 overlay.checkVersion(impl); 84 overlay.checkVersion(impl);
|
H A D | PluginInstanceManagerTest.java | 152 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 D | PomRewriteRule.kt | 32 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 D | XMLLexer.java | 14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
|
H A D | XMLParser.java | 14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
H A D | PluginInstanceManager.java | 321 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 D | VersionInfo.java | 75 public void checkVersion(VersionInfo plugin) throws InvalidVersionException { method in class:VersionInfo
|
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/ |
H A D | BindingExpressionLexer.java | 14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
|
H A D | BindingExpressionParser.java | 14 static { RuntimeMetaData.checkVersion("4.5.3", RuntimeMetaData.VERSION); }
|
Completed in 138 milliseconds