Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java216 String mInfoAllowStartForeground; field in ServiceRecord
752 pw.println(mInfoAllowStartForeground); in dump()
H A DActiveServices.java2265 if (r.mInfoAllowStartForeground != null) { in setServiceForegroundInnerLocked()
2266 r.mInfoAllowStartForeground += "; " + temp; in setServiceForegroundInnerLocked()
2268 r.mInfoAllowStartForeground = temp; in setServiceForegroundInnerLocked()
7597 r.mInfoAllowStartForeground = null; in resetFgsRestrictionLocked()
7951 if (!debugInfo.equals(r.mInfoAllowStartForeground)) { in shouldAllowFgsStartForegroundWithBindingCheckLocked()
7953 r.mInfoAllowStartForeground = debugInfo; in shouldAllowFgsStartForegroundWithBindingCheckLocked()
8135 final String bigText = DATE_FORMATTER.format(now) + " " + r.mInfoAllowStartForeground; in showFgsBgRestrictedNotificationLocked()
8173 + r.mInfoAllowStartForeground in logFgsBackgroundStart()