Searched refs:EMULATOR (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java272 private enum HostDevice { UNKNOWN, EMULATOR, REAL_DEVICE}; enum constant in enum:Launcher.HostDevice
3942 HostDevice.EMULATOR : HostDevice.REAL_DEVICE;
3945 if (mHostDevice == HostDevice.EMULATOR) return false;

Completed in 94 milliseconds