Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java2113 final int customType = strToNightModeCustomType(modeStr); in handleNightMode()
2174 private static int strToNightModeCustomType(String customTypeStr) { in strToNightModeCustomType() method in UiModeManagerService.Shell