Searched refs:mHideTime (Results 1 – 2 of 2) sorted by relevance
389 long mHideTime; field in ActiveServices.ActiveForegroundApp1382 aa.mHideTime = Long.MAX_VALUE; in foregroundAppShownEnoughLocked()1401 aa.mHideTime = reportTime > minTime ? reportTime : minTime; in foregroundAppShownEnoughLocked()1402 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()1417 aa.mHideTime = minTime; in foregroundAppShownEnoughLocked()1418 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()1444 if (aa.mHideTime < nextUpdateTime) { in updateForegroundApps()1445 nextUpdateTime = aa.mHideTime; in updateForegroundApps()1585 } else if (active.mHideTime < Long.MAX_VALUE){ in decActiveForegroundAppLocked()1586 requestUpdateActiveForegroundAppsLocked(smap, active.mHideTime); in decActiveForegroundAppLocked()[all …]
5399 if (!p.mHideTime && showsTimeOrChronometer()) { in bindHeaderChronometerAndTime()12100 boolean mHideTime; field in Notification.Builder.StandardTemplateParams12125 mHideTime = false; in reset()12171 mHideTime = hideTime; in hideTime()