Home
last modified time | relevance | path

Searched defs:nowSecs (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp210 int64_t ShellSubscriberClient::pullIfNeeded(int64_t nowSecs, int64_t nowMillis, int64_t nowNanos) { in pullIfNeeded()
238 int64_t ShellSubscriberClient::pullAndSendHeartbeatsIfNeeded(int64_t nowSecs, int64_t nowMillis, in pullAndSendHeartbeatsIfNeeded()
DShellSubscriber.cpp102 const int64_t nowSecs = nanoseconds_to_seconds(nowNanos); in pullAndSendHeartbeats() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2137 final long nowSecs = System.currentTimeMillis() / 1000; in getDupNotifications() local