Searched refs:mInEmulator (Results 1 – 2 of 2) sorted by relevance
91 bool mInEmulator; variable
242 if (mInEmulator && propValue.prop == toInt(VehicleProperty::DISPLAY_BRIGHTNESS)) { in set()343 mInEmulator = isInEmulator(); in onCreate()344 ALOGD("mInEmulator=%s", mInEmulator ? "true" : "false"); in onCreate()