Home
last modified time | relevance | path

Searched defs:customType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserTypeTest.java388 UserTypeDetails.Builder customType = builders.get(userTypeOem1); in testUserTypeFactoryCustomize_profile() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java2113 final int customType = strToNightModeCustomType(modeStr); in handleNightMode() local
2133 final int customType = mInterface.getNightModeCustomType(); in printCurrentNightMode() local
2138 private static String nightModeToStr(int mode, int customType) { in nightModeToStr()