Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java183 String mInfoAllowStartForeground; field in ServiceRecord
462 pw.println(mInfoAllowStartForeground); in dump()
DActiveServices.java1797 if (r.mInfoAllowStartForeground != null) { in setServiceForegroundInnerLocked()
1798 r.mInfoAllowStartForeground += "; " + temp; in setServiceForegroundInnerLocked()
1800 r.mInfoAllowStartForeground = temp; in setServiceForegroundInnerLocked()
5884 r.mInfoAllowStartForeground = null; in resetFgsRestrictionLocked()
6118 if (!debugInfo.equals(r.mInfoAllowStartForeground)) { in shouldAllowFgsStartForegroundLocked()
6120 r.mInfoAllowStartForeground = debugInfo; in shouldAllowFgsStartForegroundLocked()
6280 final String bigText = DATE_FORMATTER.format(now) + " " + r.mInfoAllowStartForeground; in showFgsBgRestrictedNotificationLocked()
6316 + r.mInfoAllowStartForeground; in logFgsBackgroundStart()