Searched defs:exists (Results 1 – 2 of 2) sorted by relevance
33 bool exists = !(ret == -1 && errno == ENOSYS); in main() local
29 public static boolean exists(ITestDevice device, String packageName) in exists() method in PackageUtil