Lines Matching full:version
4 * Licensed under the Apache License, Version 2.0 (the "License");
40 using android::vintf::Version;
98 "<manifest version=\"1.0\" type=\"framework\">\n" in testDeviceManifest()
102 " <version>2.0</version>\n" in testDeviceManifest()
111 " <version>1.2</version>\n" in testDeviceManifest()
112 " <version>2.5</version>\n" in testDeviceManifest()
126 " <version>2.0</version>\n" in testDeviceManifest()
135 " <version>1.0</version>\n" in testDeviceManifest()
144 " <version>1.0</version>\n" in testDeviceManifest()
153 " <version>1.0</version>\n" in testDeviceManifest()
167 "<manifest version=\"1.0\" type=\"framework\">\n" in testFrameworkManfiest()
171 " <version>1.0</version>\n" in testFrameworkManfiest()
186 "<compatibility-matrix version=\"1.0\" type=\"framework\">\n" in testFrameworkCompMatrix()
189 " <version>2.0-1</version>\n" in testFrameworkCompMatrix()
197 " <version>2.2-3</version>\n" in testFrameworkCompMatrix()
198 " <version>4.5-6</version>\n" in testFrameworkCompMatrix()
210 " <version>1.0-1</version>\n" in testFrameworkCompMatrix()
223 " <version>2.0-1</version>\n" in testFrameworkCompMatrix()
231 " <version>1.0-2</version>\n" in testFrameworkCompMatrix()
244 " <version>1.0-1</version>\n" in testFrameworkCompMatrix()
252 " <version>2.0</version>\n" in testFrameworkCompMatrix()
277 // Check hal with unsupported version by vendor. in TEST_F()
313 // Check hal with version not claimed by framework by supported by vendor. in TEST_F()
380 // Check hal with unsupported version by vendor. in TEST_F()
416 // Check hal with version not claimed by framework by supported by vendor. in TEST_F()
455 // Check hal with version only registered with hwmanger. in TEST_F()
486 // Check hal with unsupported version. in TEST_F()
503 // Check an optional hal with version not supported by vendor. in TEST_F()
555 // Check a required hal with version not supported by vendor. in TEST_F()