Searched refs:checkVersion (Results 1 – 8 of 8) sorted by relevance
54 overlay.checkVersion(impl); in testSingleProvides()62 overlay.checkVersion(impl); in testIncorrectVersion()70 overlay.checkVersion(impl); in testMissingRequired()78 overlay.checkVersion(impl); in testMissingDependencies()85 overlay.checkVersion(impl); in testHasDependencies()
162 doThrow(new InvalidVersionException("", false)).when(mMockVersionInfo).checkVersion(any()); in testIncorrectVersion()
32 bool checkVersion(FILE *inputFile, const char *version);
45 bool checkVersion(FILE *inputFile, const char *version) in checkVersion() function
58 if (!checkVersion(inputFile, VERSION_VALUE)) { in testRecord()
56 if (!checkVersion(inputFile, VERSION_VALUE)) { in testTrack()
358 VersionInfo version = checkVersion(pluginClass, plugin, mVersion); in handleLoadPlugin()408 private VersionInfo checkVersion(Class<?> pluginClass, T plugin, VersionInfo version) in checkVersion() method in PluginInstanceManager.PluginHandler412 version.checkVersion(pv); in checkVersion()
77 public void checkVersion(VersionInfo plugin) throws InvalidVersionException { in checkVersion() method in VersionInfo