Searched refs:getFormattedTime (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 849 getFormattedTime(context, time, isToday(time), userHandle); in toTimeCondition() 886 final CharSequence formattedTime = getFormattedTime(context, alarm, isSameDay, userHandle); in toNextAlarmCondition() 897 public static CharSequence getFormattedTime(Context context, long time, boolean isSameDay, in getFormattedTime() method in ZenModeConfig 1574 final CharSequence formattedTime = getFormattedTime(context, in getDescription()
|