OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forcingToForeground
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java
133
IBinder
forcingToForeground
;// Token that is forcing this process to be foreground
315
if (setIsForeground || foregroundServices ||
forcingToForeground
!= null) {
318
pw.print("
forcingToForeground
="); pw.println(
forcingToForeground
);
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 529 milliseconds