Searched refs:HostDevice (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 in class:Launcher
273 private HostDevice mHostDevice = HostDevice.UNKNOWN;
3940 if (mHostDevice == HostDevice.UNKNOWN) {
3942 HostDevice.EMULATOR : HostDevice.REAL_DEVICE;
3945 if (mHostDevice == HostDevice.EMULATOR) return false;

Completed in 30 milliseconds