Searched refs:mNewSessionThresholdMs (Results 1 – 1 of 1) sorted by relevance
444 private long mNewSessionThresholdMs; field in AppTimeLimitController.SessionUsageGroup451 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()