OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFormattedTime
(Results
1 - 6
of
6
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java
39
public static String
getFormattedTime
(Context context, Calendar time) {
47
String alarmTimeStr =
getFormattedTime
(context, instance.getAlarmTime());
Utils.java
460
return AlarmUtils.
getFormattedTime
(context, alarmTime);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java
116
AlarmUtils.
getFormattedTime
(context, instance.getAlarmTime())))
146
String alarmTime = AlarmUtils.
getFormattedTime
(context, instance.getAlarmTime());
183
.setContentText(AlarmUtils.
getFormattedTime
(service, instance.getAlarmTime()))
AlarmStateManager.java
214
timeString = AlarmUtils.
getFormattedTime
(context, nextAlarm.getAlarmTime());
289
AlarmUtils.
getFormattedTime
(context, nextRepeatedInstance.getAlarmTime()));
491
+ AlarmUtils.
getFormattedTime
(context, newAlarmTime));
[
all
...]
/frameworks/base/core/java/android/service/notification/
ZenModeConfig.java
720
final CharSequence formattedTime =
getFormattedTime
(context, time, userHandle);
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar
Completed in 632 milliseconds