OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastCheckTime
(Results
1 - 2
of
2
) sorted by null
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarSanityChecker.java
131
final long
lastCheckTime
;
136
lastCheckTime
= mPrefs.getLong(LAST_CHECK_REALTIME_PREF_KEY, -1);
146
lastBootCount, nowBootCount,
lastCheckTime
, nowRealtime, unlockTime,
173
if ((nowRealtime -
lastCheckTime
) <= MAX_ALLOWED_CHECK_INTERVAL_MS) {
179
lastCheckTime
, nowRealtime, lastBootCount, nowBootCount));
/frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp
462
auto
lastCheckTime
= mLastByteSizeTimes.find(key);
463
if (
lastCheckTime
!= mLastByteSizeTimes.end()) {
464
if (timestampNs -
lastCheckTime
->second < StatsdStats::kMinByteSizeCheckPeriodNs) {
Completed in 90 milliseconds