Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DUtils.java125 int nightModeFlags = context.getResources().getConfiguration().uiMode in isDarkTheme() local
127 return nightModeFlags == Configuration.UI_MODE_NIGHT_YES; in isDarkTheme()