Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java188 int uiModeNight = getUiModeNight(configuration); in applyToConfiguration()
329 if (getUiModeNight(configuration) == Configuration.UI_MODE_NIGHT_UNDEFINED) { in applyRules()
452 private static int getUiModeNight(Configuration configuration) { in getUiModeNight() method in DeviceConfig