Home
last modified time | relevance | path

Searched refs:mHasBackgroundForegroundServiceStartsPermission (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveInstrumentation.java56 boolean mHasBackgroundForegroundServiceStartsPermission; field in ActiveInstrumentation
135 pw.println(mHasBackgroundForegroundServiceStartsPermission); in dump()
H A DActiveServices.java6154 && instr.mHasBackgroundForegroundServiceStartsPermission) { in shouldAllowFgsStartForegroundLocked()
H A DActivityManagerService.java13843 activeInstr.mHasBackgroundForegroundServiceStartsPermission = checkPermission( in startInstrumentation()