Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java117 public static boolean propertyExists(ITestDevice device, String property) in propertyExists() method in PropertyUtil
126 return !propertyExists(device, property); // null value implies property does not exist in propertyEquals()
139 return !propertyExists(device, property); in propertyMatches()