HomeSort by relevance Sort by last modified time
    Searched refs:getFormattedTime (Results 1 - 7 of 7) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java 39 public static String getFormattedTime(Context context, Calendar time) {
45 public static String getFormattedTime(Context context, long timeInMillis) {
48 return getFormattedTime(context, c);
53 String alarmTimeStr = getFormattedTime(context, instance.getAlarmTime());
Utils.java 305 return AlarmUtils.getFormattedTime(context, alarmTime);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 304 AlarmUtils.getFormattedTime(context, instance.getAlarmTime())))
343 String alarmTime = AlarmUtils.getFormattedTime(context, instance.getAlarmTime());
389 .setContentText(AlarmUtils.getFormattedTime(service, instance.getAlarmTime()))
AlarmStateManager.java 206 time = AlarmUtils.getFormattedTime(context, nextAlarm.getAlarmTime());
290 AlarmUtils.getFormattedTime(context, nextRepeatedInstance.getAlarmTime()));
489 + AlarmUtils.getFormattedTime(context, newAlarmTime));
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 716 getFormattedTime(context, time, isToday(time), userHandle);
753 final CharSequence formattedTime = getFormattedTime(context, alarm, isSameDay, userHandle)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerNotificationBuilder.java 365 final CharSequence contentText = AlarmUtils.getFormattedTime(context,
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 

Completed in 9058 milliseconds