Searched refs:getTime (Results 1 - 25 of 69) sorted by relevance

123

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DClock.java29 public long getTime() { method in class:Clock
H A DThrottle.java118 final long now = mClock.getTime();
/packages/apps/Email/tests/src/com/android/email/
H A DMockClock.java27 public long getTime() { method in class:MockClock
H A DThrottleTest.java191 e.mScheduledTime = mClock.getTime() + delay;
204 if (e.mScheduledTime > mClock.getTime()) {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
H A DAgeFileFilter.java95 this(cutoffDate.getTime(), acceptOlder);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/utils/
H A DObexTime.java74 mDate = cal.getTime();
82 public Date getTime() { method in class:ObexTime
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageWebView.java91 final long now = mClock.getTime();
115 mLastSizeChangeTime = mClock.getTime();
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsState.java337 if (pos.getTime() < op.getTime()) {
413 if (getTime() > 0) {
414 return DateUtils.getRelativeTimeSpanString(getTime(),
426 public long getTime() { method in class:AppOpsState.AppOpEntry
427 return mOps.get(0).getTime();
449 if (object1.getTime() != object2.getTime()) {
451 return object1.getTime() > object2.getTime()
[all...]
/packages/apps/Camera2/src/com/android/camera/data/
H A DNewestFirstComparator.java44 mNow = new Date(now.getTime() + MILLIS_IN_DAY);
H A DFilmstripItemBase.java138 data.getLastModifiedDate().getTime() / 1000;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DImageUtils.h118 static double getTime();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DDateTimeFragment.java137 Date dummyDate = mDummyDate.getTime();
138 mDatePref.setSummary(DateFormat.getLongDateFormat(context).format(now.getTime()));
139 mTimePref.setSummary(DateFormat.getTimeFormat(getActivity()).format(now.getTime()));
140 mTimeZone.setSummary(ZoneGetter.getTimeZoneOffsetAndName(now.getTimeZone(), now.getTime()));
/packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/
H A DSyncMessageTest.java51 .parse("29/08/1997 02:14 -0400").getTime(), message.getTimestampMillis());
/packages/apps/UnifiedEmail/src/com/android/emailcommon/service/
H A DSearchParams.java149 dateWindow.put(0, mStartDate.getTime());
152 dateWindow.put(1, mEndDate.getTime());
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactInteractionUtil.java76 interactionCalendar.getTime());
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
H A DSyncMessage.java77 .parse(value).getTime();
/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettings.java167 Date dummyDate = mDummyDate.getTime();
168 mDatePref.setSummary(DateFormat.getLongDateFormat(context).format(now.getTime()));
169 mTimePref.setSummary(DateFormat.getTimeFormat(getActivity()).format(now.getTime()));
170 mTimeZone.setSummary(ZoneGetter.getTimeZoneOffsetAndName(now.getTimeZone(), now.getTime()));
376 now.getTimeZone(), now.getTime()));
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEventFieldEditorView.java186 onFieldChanged(column, kind.dateFormatWithYear.format(calendar.getTime()));
244 resultString = kind.dateFormatWithoutYear.format(outCalendar.getTime());
246 resultString = kind.dateFormatWithYear.format(outCalendar.getTime());
/packages/apps/Settings/src/com/android/settings/display/
H A DNightDisplayPreference.java68 return mTimeFormatter.format(c.getTime());
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeScheduleDaysSelection.java61 checkBox.setText(mDayFormat.format(c.getTime()));
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/
H A DDateTime.java79 return c.getTime();
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/
H A DDateTime.java79 return c.getTime();
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DDateUtils.java181 return outFormat.format(cal.getTime());
270 return anniversary.getTime();
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DCallLogPullRequest.java98 values.put(CallLog.Calls.DATE, date.getTime());
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java169 mDbIndetifier.set(Calendar.getInstance().getTime().getTime());

Completed in 702 milliseconds

123