Searched refs:mHideTime (Results 1 – 2 of 2) sorted by relevance
640 long mHideTime; field in ActiveServices.ActiveForegroundApp1876 aa.mHideTime = Long.MAX_VALUE; in foregroundAppShownEnoughLocked()1895 aa.mHideTime = reportTime > minTime ? reportTime : minTime; in foregroundAppShownEnoughLocked()1896 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()1911 aa.mHideTime = minTime; in foregroundAppShownEnoughLocked()1912 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "NO -- wait " + (aa.mHideTime-nowElapsed) in foregroundAppShownEnoughLocked()1941 if (aa.mHideTime < nextUpdateTime) { in updateForegroundApps()1942 nextUpdateTime = aa.mHideTime; in updateForegroundApps()2001 } else if (active.mHideTime < Long.MAX_VALUE){ in decActiveForegroundAppLocked()2002 requestUpdateActiveForegroundAppsLocked(smap, active.mHideTime); in decActiveForegroundAppLocked()[all …]
6076 if (!p.mHideTime && showsTimeOrChronometer()) { in bindHeaderChronometerAndTime()13445 boolean mHideTime; field in Notification.Builder.StandardTemplateParams13470 mHideTime = false; in reset()13516 mHideTime = hideTime; in hideTime()