/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
D | StringUtils.java | 112 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/ |
D | SyncCalendarTest.java | 60 Time time = new Time(); in testCreateAllDayEvent() local 79 Time time = new Time(); in testEditEventTitle() local 107 Time time = new Time(); in testEditEventDate() local
|
D | CalendarSyncTestingBase.java | 270 Time time = new Time(); in init() local 302 Time time = new Time(); in init() local 340 Time time = new Time(timezone); in init() local
|
D | CalendarProvider2Test.java | 297 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/ |
D | ControllerOverlay.java | 26 void onSeekMove(int time); in onSeekMove() 27 void onSeekEnd(int time); in onSeekEnd()
|
D | TimeBar.java | 40 void onScrubbingMove(int time); in onScrubbingMove() 41 void onScrubbingEnd(int time); in onScrubbingEnd()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
D | SunCalculator.java | 81 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/ |
D | TimeListImpl.java | 44 Time time = null; in item() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/ |
D | MockClock.java | 38 public void setCurrentTimeMillis(long time) { in setCurrentTimeMillis()
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaWindowAdapter.java | 302 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
|
D | AgendaListView.java | 135 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/ |
D | CalendarViewAdapter.java | 111 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()
|
D | TimezoneAdapter.java | 219 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/ |
D | Alarms.java | 152 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
|
D | SetAlarm.java | 314 long time; in saveAlarm() local 374 long time = saveAlarm(null); in saveAndExit() local
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
D | SourceLatency.java | 74 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/ |
D | Animation.java | 68 public void setStartTime(long time) { in setStartTime()
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
D | ShotToShotLatency.java | 78 private void sleep(long time) { in sleep()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferAdapter.java | 121 long time = cursor.getLong(dateColumnId); in bindView() local
|
/packages/apps/Email/src/com/android/email/activity/ |
D | RecentMailboxManager.java | 131 final long accountId, final long mailboxId, final long time) { in fireAndForget()
|
/packages/apps/Phone/src/com/android/phone/ |
D | EmergencyCallbackModeService.java | 181 String time = String.format("%d:%02d", minutes, (millisUntilFinished % 60000) / 1000); in showNotification() local
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarAlarmManager.java | 224 Time time = new Time(); in scheduleNextAlarmCheck() local 258 Time time = new Time(); in scheduleNextAlarmLocked() local
|
/packages/experimental/NotificationLog/src/com/android/notificationlog/ |
D | NotificationLogActivity.java | 86 TextView time = (TextView)view.findViewById(R.id.time); in bindView() local
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertAdapter.java | 125 Time time = new Time(tz); in updateView() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | ExpandableBinaryDictionary.java | 370 final long time = SystemClock.uptimeMillis(); in setRequiresReload() local 414 final long time = SystemClock.uptimeMillis(); in syncReloadDictionaryInternal() local
|