Searched refs:PROPERTY_KERNEL_QEMU (Results 1 – 1 of 1) sorted by relevance
65 private static final String PROPERTY_KERNEL_QEMU = "ro.kernel.qemu"; field in ImageWallpaper97 return "1".equals(SystemProperties.get(PROPERTY_KERNEL_QEMU, "0")); in isEmulator()