Searched refs:mHostDevice (Results 1 – 1 of 1) sorted by relevance
273 private HostDevice mHostDevice = HostDevice.UNKNOWN; field in Launcher3940 if (mHostDevice == HostDevice.UNKNOWN) { in isClingsEnabled()3941 mHostDevice = "1".equals(getSystemPropertyFromShell("ro.kernel.qemu")) ? in isClingsEnabled()3945 if (mHostDevice == HostDevice.EMULATOR) return false; in isClingsEnabled()