OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startRequested
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
95
boolean
startRequested
; // someone explicitly called start?
245
if (
startRequested
|| delayedStop || lastStartId != 0) {
246
pw.print(prefix); pw.print("
startRequested
="); pw.print(
startRequested
);
ActiveServices.java
213
Slog.w(TAG, "**** NO PENDING STARTS! " + r + " startReq=" + r.
startRequested
314
r.
startRequested
= true;
399
if (r.
startRequested
&& addToStarting) {
432
service.
startRequested
= false;
532
r.
startRequested
= false;
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 53 milliseconds