HomeSort by relevance Sort by last modified time
    Searched full:runningservice (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 173 RunningServiceInfo runningService = runningServices.get(i);
174 if (!runningService.started && runningService.clientLabel == 0) {
177 if ((runningService.flags & RunningServiceInfo.FLAG_PERSISTENT_PROCESS) != 0) {
180 final ComponentName service = runningService.service;
RunningState.java 507 Log.d("RunningService", "getServiceInfo returned null for: "
    [all...]

Completed in 67 milliseconds