Home
last modified time | relevance | path

Searched refs:isGKI10 (Results 1 – 2 of 2) sorted by relevance

/test/vts/testcases/host/fastboot_test/src/com/android/tests/
DFastbootVerifyUserspaceTest.java57 private static boolean isGKI10; field in FastbootVerifyUserspaceTest
64 isGKI10 = false; in setUpClass()
70 isGKI10 = (Integer.parseInt(m1.group(1)) == 5 && Integer.parseInt(m1.group(2)) == 4); in setUpClass()
76 Assume.assumeFalse("Skipping test for fastbootd on GKI 1.0", isGKI10); in setUp()
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java52 private static boolean isGKI10; field in FastbootGetvarUserspaceTest
59 isGKI10 = false; in setUpClass()
65 isGKI10 = (Integer.parseInt(m1.group(1)) == 5 && Integer.parseInt(m1.group(2)) == 4); in setUpClass()
71 Assume.assumeFalse("Skipping test for fastbootd on GKI 1.0", isGKI10); in setUp()