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.java174 public static boolean propertyExists(ITestDevice device, String property) in propertyExists() method in PropertyUtil
183 return !propertyExists(device, property); // null value implies property does not exist in propertyEquals()
196 return !propertyExists(device, property); in propertyMatches()