Home
last modified time | relevance | path

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

/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DUtil.java38 public static boolean isHandheld(final ITestDevice device) throws DeviceNotAvailableException { in isHandheld() method in Util
DGpuProfilingTest.java75 assumeTrue("Test does not apply for non-handheld devices", Util.isHandheld(getDevice())); in checkGpuProfilingRequirements()