Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java273 private HostDevice mHostDevice = HostDevice.UNKNOWN; field in Launcher
3940 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()