Home
last modified time | relevance | path

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

/test/vts/testcases/host/fastboot_test/src/com/android/tests/
DFastbootVerifyUserspaceTest.java68 Matcher m1 = p.matcher(output); in setUpClass() local
69 Assert.assertTrue(m1.find()); in setUpClass()
70 isGKI10 = (Integer.parseInt(m1.group(1)) == 5 && Integer.parseInt(m1.group(2)) == 4); in setUpClass()
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java63 Matcher m1 = p.matcher(output); in setUpClass() local
64 Assert.assertTrue(m1.find()); in setUpClass()
65 isGKI10 = (Integer.parseInt(m1.group(1)) == 5 && Integer.parseInt(m1.group(2)) == 4); in setUpClass()