OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runningservice
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java
154
RunningServiceInfo
runningService
= runningServices.get(i);
155
if (!
runningService
.started &&
runningService
.clientLabel == 0) {
158
if ((
runningService
.flags & RunningServiceInfo.FLAG_PERSISTENT_PROCESS) != 0) {
161
final ComponentName service =
runningService
.service;
RunningState.java
508
Log.d("
RunningService
", "getServiceInfo returned null for: "
[
all
...]
Completed in 788 milliseconds