Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserTypeTest.java455 UserTypeDetails.Builder customType = builders.get(userTypeOem1); in testUserTypeFactoryCustomize_profile() local
456 assertNotNull(customType); in testUserTypeFactoryCustomize_profile()
457 assertEquals(14, customType.createUserTypeDetails().getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java2218 final int customType = strToNightModeCustomType(modeStr); in handleNightMode() local
2222 mInterface.setNightModeCustomType(customType); in handleNightMode()
2238 final int customType = mInterface.getNightModeCustomType(); in printCurrentNightMode() local
2239 final String currModeStr = nightModeToStr(currMode, customType); in printCurrentNightMode()
2243 private static String nightModeToStr(int mode, int customType) { in nightModeToStr() argument
2252 if (customType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_SCHEDULE) { in nightModeToStr()
2255 if (customType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in nightModeToStr()