Searched refs:customType (Results 1 – 2 of 2) sorted by relevance
388 UserTypeDetails.Builder customType = builders.get(userTypeOem1); in testUserTypeFactoryCustomize_profile() local389 assertNotNull(customType); in testUserTypeFactoryCustomize_profile()390 assertEquals(14, customType.createUserTypeDetails().getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
2113 final int customType = strToNightModeCustomType(modeStr); in handleNightMode() local2117 mInterface.setNightModeCustomType(customType); in handleNightMode()2133 final int customType = mInterface.getNightModeCustomType(); in printCurrentNightMode() local2134 final String currModeStr = nightModeToStr(currMode, customType); in printCurrentNightMode()2138 private static String nightModeToStr(int mode, int customType) { in nightModeToStr() argument2147 if (customType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_SCHEDULE) { in nightModeToStr()2150 if (customType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in nightModeToStr()