Home
last modified time | relevance | path

Searched defs:version (Results 1 – 12 of 12) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DApiLevelUtil.java30 public static boolean isBefore(ITestDevice device, int version) in isBefore()
35 public static boolean isBefore(ITestDevice device, String version) in isBefore()
40 public static boolean isAfter(ITestDevice device, int version) in isAfter()
45 public static boolean isAfter(ITestDevice device, String version) in isAfter()
50 public static boolean isAtLeast(ITestDevice device, int version) in isAtLeast()
55 public static boolean isAtLeast(ITestDevice device, String version) in isAtLeast()
60 public static boolean isAtMost(ITestDevice device, int version) in isAtMost()
65 public static boolean isAtMost(ITestDevice device, String version) in isAtMost()
/test/cts-root/tests/bluetooth/src/android/bluetooth/cts_root/
DBluetoothCddRootTest.java111 AtomsProto.BluetoothLocalVersionsReported version = getBluetoothVersion(); in test_C_1_1_VrHighPerformance() local
129 AtomsProto.BluetoothLocalVersionsReported version = getBluetoothVersion(); in test_H_1_1_AshaRequirements() local
149 AtomsProto.BluetoothLocalVersionsReported version = getBluetoothVersion(); in test_C_12_1_Bluetooth5Requirements() local
/test/vts/vndk_utils/vndk/
Dvndk_utils.py80 def FormatVndkPath(pattern, bitness, version=""): argument
95 def GetVndkDirectory(bitness, version): argument
/test/vts-testcase/vndk/golden/
Dvndk_data.py94 def GetAbiDumpPathsFromResources(version, binder_bitness, abi_name, abi_bitness): argument
203 def LoadVndkLibraryListsFromResources(version, *tags): argument
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/
DWebviewPackage.java33 public WebviewPackage(String packageName, String version, long versionCode, Path apkPath) { in WebviewPackage()
38 public WebviewPackage(String packageName, String version, long versionCode) { in WebviewPackage()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelperTest.java87 short version = objectInput.readShort(); in testCreateChecksum() local
/test/vts-testcase/kernel/api/sysfs/src/com/android/tests/sysfs/
DKernelApiSysfsTest.java309 int[] version = getKernelVersion(); in testKfenceSampleRate() local
333 int[] version = getKernelVersion(); in testKernelStackInitialization() local
/test/vts/tests/firmware_test/src/com/android/tests/firmware/
DBootImageInfo.java163 public void setImgHeaderVer(int version) { in setImgHeaderVer()
/test/vts-testcase/hal/treble/vintf/
Dutils.h92 uint64_t version() const { return ManifestInstance::version().minorVer; } in version() function
DSingleManifestTest.cpp653 auto version = reply.readInt32(); in getInterfaceVersion() local
879 uint64_t version = aidl_instance.version(); in TEST_P() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildProvider.java140 String version = null; in getBuild() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelper.java74 int totalCount, double fpp, short version, String buildFingerprint) { in CertificationChecksumHelper()