/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | AlarmUtils.kt | 39 fun getFormattedTime(context: Context, time: Calendar): String { regex 46 fun getFormattedTime(context: Context, timeInMillis: Long): String { regex 49 return getFormattedTime(context, c) 54 val alarmTimeStr: String = getFormattedTime(context, instance.alarmTime)
|
H A D | Utils.kt | 300 return AlarmUtils.getFormattedTime(context, alarmTime)
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | AbstractZenModePreferenceController.java | 189 protected CharSequence getFormattedTime(long time, int userHandle) { in getFormattedTime() method in AbstractZenModePreferenceController.ZenModeConfigWrapper 190 return ZenModeConfig.getFormattedTime(mContext, time, isToday(time), userHandle); in getFormattedTime()
|
H A D | ZenModeSettingsFooterPreferenceController.java | 144 final CharSequence formattedTime = mZenModeConfigWrapper.getFormattedTime( in getDefaultPolicyFooter()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | TimeUtils.java | 41 public static CharSequence getFormattedTime(Context context, Calendar calendar) { in getFormattedTime() method in TimeUtils
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
H A D | AlarmStateManager.kt | 116 instance.mId, AlarmUtils.getFormattedTime(context, time), timeInMillis) 249 time = AlarmUtils.getFormattedTime(context, nextAlarm.alarmTime) 334 AlarmUtils.getFormattedTime(context, nextRepeatedInstance.alarmTime)) 544 AlarmUtils.getFormattedTime(context, newAlarmTime))
|
H A D | AlarmNotifications.kt | 392 AlarmUtils.getFormattedTime(context, instance.alarmTime))) 442 val alarmTime: String = AlarmUtils.getFormattedTime(context, instance.alarmTime) 501 .setContentText(AlarmUtils.getFormattedTime(
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
H A D | ZenModeSettingsFooterPreferenceControllerTest.java | 280 when(mConfigWrapper.getFormattedTime(time, mContext.getUserId())) in injectManualRuleWithTimeCountdown()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
H A D | ThemeOptionPreviewer.java | 347 mStatusBarClock.setText(TimeUtils.getFormattedTime(mContext, calendar)); in updateTime()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 1312 getFormattedTime(context, time, isToday(time), userHandle); in toTimeCondition() 1350 final CharSequence formattedTime = getFormattedTime(context, alarm, isSameDay, userHandle); in toNextAlarmCondition() 1361 public static CharSequence getFormattedTime(Context context, long time, boolean isSameDay, in getFormattedTime() method in ZenModeConfig 2141 final CharSequence formattedTime = getFormattedTime(context, in getDescription()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | TimerNotificationBuilder.kt | 377 val contentText: CharSequence = AlarmUtils.getFormattedTime(context,
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53289 Landroid/service/notification/ZenModeConfig;->getFormattedTime(Landroid/content/Context;JZI)Ljava/l…
|