Searched refs:mInfoAllowStartForeground (Results 1 – 2 of 2) sorted by relevance
216 String mInfoAllowStartForeground; field in ServiceRecord752 pw.println(mInfoAllowStartForeground); in dump()
2265 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()