Searched refs:isEmulator (Results 1 – 3 of 3) sorted by relevance
90 if (shouldSuppressOverlay(clipData, clipSource, isEmulator())) { in onPrimaryClipChanged()123 boolean isEmulator) { in shouldSuppressOverlay() argument124 if (!(isEmulator || SHELL_PACKAGE.equals(clipSource))) { in shouldSuppressOverlay()144 private static boolean isEmulator() { in isEmulator() method in ClipboardListener
72 boolean isEmulator = SystemProperties.get("ro.boot.qemu").equals("1"); in onCreate()73 if (SystemProperties.getInt("service.adb.tcp.port", 0) == 0 && !isEmulator) { in onCreate()
1471 boolean isEmulator = SystemProperties.get("ro.boot.qemu").equals("1"); in startOtherServices()2278 || isEmulator) { in startOtherServices()