Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DTimeUtils.java54 public static CharSequence getDoubleLineFormattedTime(Context context, in getDoubleLineFormattedTime() method in TimeUtils
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DLockScreenPreviewer.java181 mLockTime.setText(TimeUtils.getDoubleLineFormattedTime(mLockTime.getContext(), calendar)); in updateDateTime()