Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java187 public static boolean propertyExists(String property) { in propertyExists() method in PropertyUtil
194 return !propertyExists(property); // null value implies property does not exist in propertyEquals()
206 return !propertyExists(property); in propertyMatches()