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.java250 String mInfoAllowStartForeground; field in ServiceRecord
1000 pw.println(mInfoAllowStartForeground); in dump()
DActiveServices.java2495 if (r.mInfoAllowStartForeground != null) { in setServiceForegroundInnerLocked()
2496 r.mInfoAllowStartForeground += "; " + temp; in setServiceForegroundInnerLocked()
2498 r.mInfoAllowStartForeground = temp; in setServiceForegroundInnerLocked()
8338 r.mInfoAllowStartForeground = null; in resetFgsRestrictionLocked()
8692 if (!debugInfo.equals(r.mInfoAllowStartForeground)) { in shouldAllowFgsStartForegroundWithBindingCheckLocked()
8694 r.mInfoAllowStartForeground = debugInfo; in shouldAllowFgsStartForegroundWithBindingCheckLocked()
8892 final String bigText = DATE_FORMATTER.format(now) + " " + r.mInfoAllowStartForeground; in showFgsBgRestrictedNotificationLocked()
8959 + r.mInfoAllowStartForeground in logFgsBackgroundStart()