Home
last modified time | relevance | path

Searched defs:TestDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h76 TestDeviceInfo() {} in TestDeviceInfo() function
77 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo() function
78 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo() function
/aosp_15_r20/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
H A DTestDeviceInfo.java30 public class TestDeviceInfo extends DeviceInfo { class