OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foregroundServices
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ProcessRecord.java
92
boolean
foregroundServices
; // Running any services that are foreground?
259
if (setIsForeground ||
foregroundServices
|| forcingToForeground != null) {
261
pw.print("
foregroundServices
="); pw.print(
foregroundServices
);
ActiveServices.java
592
if (anyForeground != proc.
foregroundServices
) {
593
proc.
foregroundServices
= anyForeground;
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 27 milliseconds