Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 76) sorted by relevance

1234

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DStringUtils.java112 public static String getTimestampAsString(Context context, long time) { in getTimestampAsString()
131 public static String getSimpleTimestampAsString(Context context, long time) { in getSimpleTimestampAsString()
148 public static String getDurationAsString(Context context, long time) { in getDurationAsString()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DSyncCalendarTest.java60 Time time = new Time(); in testCreateAllDayEvent() local
79 Time time = new Time(); in testEditEventTitle() local
107 Time time = new Time(); in testEditEventDate() local
DCalendarSyncTestingBase.java270 Time time = new Time(); in init() local
302 Time time = new Time(); in init() local
340 Time time = new Time(timezone); in init() local
DCalendarProvider2Test.java297 Time time = new Time(DEFAULT_TIMEZONE); in DumpInstances() local
321 Time time = new Time(DEFAULT_TIMEZONE); in QueryNumInstances() local
349 Time time = new Time(DEFAULT_TIMEZONE); in VerifyAllInstances() local
444 Time time = new Time(DEFAULT_TIMEZONE); in VerifyInstance() local
519 Time time = new Time(); in init() local
553 Time time = new Time(); in init() local
594 Time time = new Time(timezone); in init() local
612 Time time = new Time(mEvent.mTimezone); in InstanceInfo() local
1690 Time time = new Time(DEFAULT_TIMEZONE); in testInstanceSearchQuery() local
2081 Time time = new Time(DEFAULT_TIMEZONE); in internalTestDirty() local
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DControllerOverlay.java26 void onSeekMove(int time); in onSeekMove()
27 void onSeekEnd(int time); in onSeekEnd()
DTimeBar.java40 void onScrubbingMove(int time); in onScrubbingMove()
41 void onScrubbingEnd(int time); in onScrubbingEnd()
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
DSunCalculator.java81 public static int timeToHours(double time) { in timeToHours()
90 public static int timeToMinutes(double time) { in timeToMinutes()
99 public static float timeToDayFraction(double time) { in timeToDayFraction()
109 public static String timeToString(double time) { in timeToString()
/packages/apps/Mms/src/com/android/mms/dom/smil/
DTimeListImpl.java44 Time time = null; in item() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
DMockClock.java38 public void setCurrentTimeMillis(long time) { in setCurrentTimeMillis()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java302 Time time = new Time(); in toString() local
511 private int findEventPositionNearestTime(Time time, long id) { in findEventPositionNearestTime()
538 private DayAdapterInfo getAdapterInfoByTime(Time time) { in getAdapterInfoByTime()
615 Time time = new Time(mTimeZone); in buildEventInfoFromCursor() local
619 Time time = new Time(mTimeZone); in buildEventInfoFromCursor() local
629 Time time = new Time(mTimeZone); in buildEventInfoFromCursor() local
886 Time time = new Time(mTimeZone); in doQuery() local
905 Time time = new Time(mTimeZone); in formatDateString() local
1131 Time time = new Time(mTimeZone); in onQueryComplete() local
DAgendaListView.java135 Time time = new Time(mTimeZone); in updatePastEvents() local
201 public void goTo(Time time, long id, String searchQuery, boolean forced, in goTo()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.java111 Time time = new Time(mTimeZone); in refresh() local
125 Time time = new Time(mTimeZone); in setMidnightHandler() local
305 public void setTime(long time) { in setTime()
DTimezoneAdapter.java219 public TimezoneAdapter(Context context, String currentTimezone, long time) { in TimezoneAdapter()
341 public void setTime(long time) { in setTime()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarms.java152 long time = 0; in createContentValues() local
272 long time = 0; in enableAlarmInternal() local
449 final long time) { in saveSnoozeAlert()
460 ed.putLong(getAlarmPrefSnoozeTimeKey(id), time); in saveSnoozeAlert() local
542 final long time = prefs.getLong(getAlarmPrefSnoozeTimeKey(alarm.id), -1); in updateAlarmTimeForSnooze() local
DSetAlarm.java314 long time; in saveAlarm() local
374 long time = saveAlarm(null); in saveAndExit() local
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DSourceLatency.java74 public synchronized void addTime(long time) { in addTime()
91 final ElapsedTime time = new ElapsedTime(); in checkSourceConcurrent() local
123 ElapsedTime time = new ElapsedTime(); in checkSource() local
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DAnimation.java68 public void setStartTime(long time) { in setStartTime()
/packages/apps/Camera/tests/src/com/android/camera/stress/
DShotToShotLatency.java78 private void sleep(long time) { in sleep()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferAdapter.java121 long time = cursor.getLong(dateColumnId); in bindView() local
/packages/apps/Email/src/com/android/email/activity/
DRecentMailboxManager.java131 final long accountId, final long mailboxId, final long time) { in fireAndForget()
/packages/apps/Phone/src/com/android/phone/
DEmergencyCallbackModeService.java181 String time = String.format("%d:%02d", minutes, (millisUntilFinished % 60000) / 1000); in showNotification() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarAlarmManager.java224 Time time = new Time(); in scheduleNextAlarmCheck() local
258 Time time = new Time(); in scheduleNextAlarmLocked() local
/packages/experimental/NotificationLog/src/com/android/notificationlog/
DNotificationLogActivity.java86 TextView time = (TextView)view.findViewById(R.id.time); in bindView() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java125 Time time = new Time(tz); in updateView() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java370 final long time = SystemClock.uptimeMillis(); in setRequiresReload() local
414 final long time = SystemClock.uptimeMillis(); in syncReloadDictionaryInternal() local

1234