Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java438 private long mNewSessionThresholdMs; field in AppTimeLimitController.SessionUsageGroup
445 this.mNewSessionThresholdMs = newSessionThresholdMs; in SessionUsageGroup()
465 if (startTimeMs - mLastUsageEndTimeMs > mNewSessionThresholdMs) { in noteUsageStart()
483 mNewSessionThresholdMs); in noteUsageStop()
508 pw.print(mNewSessionThresholdMs); in dump()