Home
last modified time | relevance | path

Searched defs:since (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java1398 final long since = (now - mModeLogTimeMs); in emitZenMode() local
1411 final long since = (now - mRuleCountLogTime); in emitRules() local
1429 final long since = (now - mTypeLogTimeMs); in emitDndType() local
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp889 static void DoSystemLogcat(time_t since) { in DoSystemLogcat()