Home
last modified time | relevance | path

Searched defs:features (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DFeatureUtil.java46 public static boolean hasAnySystemFeature(ITestDevice device, String... features) in hasAnySystemFeature()
57 public static boolean hasAllSystemFeatures(ITestDevice device, String... features) in hasAllSystemFeatures()
/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp116 std::optional<std::string> features = ReadCommandToString("pm list features"); in DeviceSupportsFeature() local
/test/vts/tests/angleallowliststrace_test/host/src/com/google/android/angleallowlists/vts/
DAngleAllowlistTraceTest.java453 final String features = device.executeShellCommand("pm list features"); in isVulkan11Supported() local