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.java444 private long mNewSessionThresholdMs; field in AppTimeLimitController.SessionUsageGroup
451 this.mNewSessionThresholdMs = newSessionThresholdMs; in SessionUsageGroup()
471 if (startTimeMs - mLastUsageEndTimeMs > mNewSessionThresholdMs) { in noteUsageStart()
489 getElapsedRealtime() + mNewSessionThresholdMs, TAG, this, mHandler); in noteUsageStop()
520 pw.print(mNewSessionThresholdMs); in dump()