Home
last modified time | relevance | path

Searched defs:getFormattedTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmUtils.kt39 fun getFormattedTime(context: Context, time: Calendar): String { regex
46 fun getFormattedTime(context: Context, timeInMillis: Long): String { regex
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DTimeUtils.java41 public static CharSequence getFormattedTime(Context context, Calendar calendar) { in getFormattedTime() method in TimeUtils
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DAbstractZenModePreferenceController.java189 protected CharSequence getFormattedTime(long time, int userHandle) { in getFormattedTime() method in AbstractZenModePreferenceController.ZenModeConfigWrapper
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java1361 public static CharSequence getFormattedTime(Context context, long time, boolean isSameDay, in getFormattedTime() method in ZenModeConfig