Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java60 return propertyEquals(device, BUILD_TYPE_PROPERTY, "user"); in isUserBuild()
180 public static boolean propertyEquals(ITestDevice device, String property, String value) in propertyEquals() method in PropertyUtil
/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DGpuProfilingTest.java82 PropertyUtil.propertyEquals(getDevice(), "graphics.gpu.profiler.support", "true")); in checkGpuProfilingRequirements()