Searched refs:isEmulator (Results 1 – 1 of 1) sorted by relevance
234 bool isEmulator = (__system_property_get("ro.kernel.qemu", propValue) != 0); in isInEmulator() local235 if (!isEmulator) { in isInEmulator()236 isEmulator = (__system_property_get("ro.hardware", propValue) != 0) && in isInEmulator()239 return isEmulator; in isInEmulator()