Searched defs:features (Results 1 – 3 of 3) sorted by relevance
46 public static boolean hasAnySystemFeature(ITestDevice device, String... features) in hasAnySystemFeature()57 public static boolean hasAllSystemFeatures(ITestDevice device, String... features) in hasAllSystemFeatures()
116 std::optional<std::string> features = ReadCommandToString("pm list features"); in DeviceSupportsFeature() local
453 final String features = device.executeShellCommand("pm list features"); in isVulkan11Supported() local