Home
last modified time | relevance | path

Searched refs:today (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationBitmapJobServiceTest.java114 LocalDate today = now.toLocalDate(); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am() local
119 ZonedDateTime today1AM = ZonedDateTime.of(today, oneAM, zoneId); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am()
120 ZonedDateTime today2AM = ZonedDateTime.of(today, twoAM, zoneId); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am()
133 LocalDate today = now.toLocalDate(); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am() local
138 ZonedDateTime today3AM = ZonedDateTime.of(today, threeAM, zoneId); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am()
139 ZonedDateTime today2AM = ZonedDateTime.of(today, twoAM, zoneId); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am()
DScheduleCalendarTest.java182 Calendar today = getDaylightSavingsForwardDay(); in testGetNextChangeTime_startTomorrowInDaylight() local
183 today.set(Calendar.HOUR_OF_DAY, 23); in testGetNextChangeTime_startTomorrowInDaylight()
184 today.set(Calendar.MINUTE, 15); in testGetNextChangeTime_startTomorrowInDaylight()
187 mScheduleInfo.days = new int[] {today.get(Calendar.DAY_OF_WEEK), in testGetNextChangeTime_startTomorrowInDaylight()
204 long actualMs = mScheduleCalendar.getNextChangeTime(today.getTimeInMillis()); in testGetNextChangeTime_startTomorrowInDaylight()
219 Calendar today = getDaylightSavingsForwardDay(); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight() local
220 today.add(Calendar.DATE, 1); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight()
221 today.set(Calendar.HOUR_OF_DAY, 23); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight()
222 today.set(Calendar.MINUTE, 15); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight()
225 mScheduleInfo.days = new int[] {today.get(Calendar.DAY_OF_WEEK), in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight()
[all …]
/frameworks/compile/slang/tests/F_fs_ptr/
Dfs_ptr.fs18 c = (char*) ain; // TODO(srhines): This is ok today.
30 return (int)&ain; // TODO(srhines): This is ok today.
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationBitmapJobService.java80 LocalDate today = now.toLocalDate(); in getRunAfterMs() local
83 ZonedDateTime today2AM = ZonedDateTime.of(today, twoAM, zoneId); in getRunAfterMs()
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp62 T add(T today) { in add() argument
64 mAverage = today; in add()
66 mAverage = (((mWeight - 1) * mAverage) + today) / mWeight; in add()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DAmbientBrightnessDayStatsTest.java98 LocalDate today = LocalDate.now(); in testParcelUnparcelAmbientBrightnessDayStats() local
99 AmbientBrightnessDayStats stats = new AmbientBrightnessDayStats(today, in testParcelUnparcelAmbientBrightnessDayStats()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java827 final Calendar today = Calendar.getInstance(); in setMonthParams() local
832 if (sameDay(day, today)) { in setMonthParams()
870 private boolean sameDay(int day, Calendar today) { in sameDay() argument
871 return mYear == today.get(Calendar.YEAR) && mMonth == today.get(Calendar.MONTH) in sameDay()
872 && day == today.get(Calendar.DAY_OF_MONTH); in sameDay()
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DMainActivity.kt109 val today = GregorianCalendar() in dailySeed() constant
110 return today.get(Calendar.YEAR) * 10_000L + in dailySeed()
111 today.get(Calendar.MONTH) * 100L + in dailySeed()
112 today.get(Calendar.DAY_OF_MONTH) in dailySeed()
/frameworks/ex/common/tools/
Dmake-iana-tld-pattern.py138 output = prefix.format(gen_date = date.today(), url=URL)
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java503 String today = new SimpleDateFormat("MM-dd").format(new Date()); in getContactLookupKeysWithBirthdaysToday() local
516 new String[]{ContactsContract.CommonDataKinds.Event.CONTENT_ITEM_TYPE, today, in getContactLookupKeysWithBirthdaysToday()
517 today}; in getContactLookupKeysWithBirthdaysToday()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DRenderingJitter.java261 double add(double previous, double today) {
262 return (((WEIGHT - 1) * previous) + today) / WEIGHT;
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dreflection3264_foreach_mismatch.rscript130 // ... note that today, a void* param is ignored for reflection
/frameworks/base/graphics/java/android/graphics/
DGraphicsStatsService.java378 long today = normalizeDate(System.currentTimeMillis()).getTimeInMillis(); in fetchActiveBuffersLocked() local
384 if (buffer.mInfo.mStartTime < today) { in fetchActiveBuffersLocked()
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/
Dconnectivity_extension_atoms.proto111 // The lifetime of the keepalive registered today
/frameworks/base/packages/SystemUI/docs/
Ddagger.md95 unmaintainable. Any that exist today should be refactored into obsolescence.
/frameworks/base/core/java/android/content/pm/
Dmultiuser.aconfig103 …description: "Move the quiet mode operations, happening on a background thread today, to a separat…
/frameworks/native/services/inputflinger/docs/
Danr.md33 …ts with an identical timeout time. This is unlikely to happen in practice today, but is possible i…
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2860 int today = dses[0].day; in dumpDayStatistics() local
2868 int delta = today-ds.day; in dumpDayStatistics()
2876 int weekDay = today; in dumpDayStatistics()
2899 pw.print(" Week-"); pw.print((today-weekDay)/7); pw.print(": "); in dumpDayStatistics()
/frameworks/proto_logging/stats/
Datoms.proto14798 // If true, these are HWUI stats for up to a 24h period for a given app from today.
14800 // day (yesterday). Stats from yesterday stay constant, while stats from today may change as