Searched refs:REAL_DEVICE (Results 1 – 1 of 1) sorted by relevance
272 private enum HostDevice { UNKNOWN, EMULATOR, REAL_DEVICE}; enumConstant3942 HostDevice.EMULATOR : HostDevice.REAL_DEVICE; in isClingsEnabled()