OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:killedbyam
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java
120
boolean
killedByAm
; // True when proc has been killed by activity manager, not for RAM
362
if (killed ||
killedByAm
|| waitingToKill != null) {
364
pw.print("
killedByAm
="); pw.print(
killedByAm
);
569
// Checking
killedbyAm
should keep it from showing the crash dialog if the process
571
if (!
killedByAm
) {
592
if (!
killedByAm
) {
602
killedByAm
= true;
[
all
...]
ActivityManagerService.java
[
all
...]
ActiveServices.java
[
all
...]
Completed in 225 milliseconds