OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startRequested
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
84
boolean
startRequested
; // someone explicitly called start?
225
if (
startRequested
|| lastStartId != 0) {
226
pw.print(prefix); pw.print("
startRequested
="); pw.print(
startRequested
);
ActivityManagerService.java
[
all
...]
Completed in 30 milliseconds