Home
last modified time | relevance | path

Searched refs:DISABLE_LOW_END_DEVICE_MODE (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/
DBaseSwitches.java22 public static final String DISABLE_LOW_END_DEVICE_MODE = "disable-low-end-device-mode"; field in BaseSwitches
DSysUtils.java163 if (CommandLine.getInstance().hasSwitch(BaseSwitches.DISABLE_LOW_END_DEVICE_MODE)) { in detectLowEndDevice()