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
91
boolean
foregroundServices
; // Running any services that are foreground?
258
if (setIsForeground ||
foregroundServices
|| forcingToForeground != null) {
260
pw.print("
foregroundServices
="); pw.print(
foregroundServices
);
ActiveServices.java
598
if (anyForeground != proc.
foregroundServices
) {
599
proc.
foregroundServices
= anyForeground;
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 138 milliseconds