Loading tools/aconfig/aconfig_device_paths/src/DeviceProtosTestUtilTemplate.java +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ public class DeviceProtosTestUtil { continue; } String apexName = prefix.getName(); String apexName = prefix.getName().replace("com.google", "com"); apexName = apexName.substring(0, apexName.length() - 5); File protoPath = new File(APEX_DIR + apexName + APEX_ACONFIG_PATH_SUFFIX); Loading tools/aconfig/aconfig_device_paths/test/src/DeviceProtosTestUtilTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ public class DeviceProtosTestUtilTest { } } assertTrue(platformFlags > 0); assertTrue(mainlineFlags > 0); assertTrue(platformFlags > 3); assertTrue(mainlineFlags > 3); } } Loading
tools/aconfig/aconfig_device_paths/src/DeviceProtosTestUtilTemplate.java +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ public class DeviceProtosTestUtil { continue; } String apexName = prefix.getName(); String apexName = prefix.getName().replace("com.google", "com"); apexName = apexName.substring(0, apexName.length() - 5); File protoPath = new File(APEX_DIR + apexName + APEX_ACONFIG_PATH_SUFFIX); Loading
tools/aconfig/aconfig_device_paths/test/src/DeviceProtosTestUtilTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ public class DeviceProtosTestUtilTest { } } assertTrue(platformFlags > 0); assertTrue(mainlineFlags > 0); assertTrue(platformFlags > 3); assertTrue(mainlineFlags > 3); } }