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