Searched refs:isHandheld (Results 1 – 2 of 2) sorted by relevance
38 public static boolean isHandheld(final ITestDevice device) throws DeviceNotAvailableException { in isHandheld() method in Util
75 assumeTrue("Test does not apply for non-handheld devices", Util.isHandheld(getDevice())); in checkGpuProfilingRequirements()