Searched refs:FLAG_EMULATED_ONLY (Results 1 – 3 of 3) sorted by relevance
65 public static final int FLAG_EMULATED_ONLY = 1 << 2; field in DeviceState91 FLAG_EMULATED_ONLY,
359 DeviceState.FLAG_EMULATED_ONLY in create_sensor()425 DeviceState.FLAG_EMULATED_ONLY in test_flagDisableWhenThermalStatusCritical()458 DeviceState.FLAG_EMULATED_ONLY in test_flagDisableWhenThermalStatusCritical()482 DeviceState.FLAG_EMULATED_ONLY in test_flagDisableWhenPowerSaveEnabled()515 DeviceState.FLAG_EMULATED_ONLY in test_flagDisableWhenPowerSaveEnabled()
104 private static final String FLAG_EMULATED_ONLY = "FLAG_EMULATED_ONLY"; field in DeviceStateProviderImpl164 case FLAG_EMULATED_ONLY: in createFromConfig()165 flags |= DeviceState.FLAG_EMULATED_ONLY; in createFromConfig()287 if (deviceStates.get(i).hasFlag(DeviceState.FLAG_EMULATED_ONLY)) { in setStateConditions()