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

  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 81 public static final int TYPE_RUNNING_SERVICE = 5;
86 * or {@link #TYPE_RUNNING_SERVICE}.
136 * If this report is of type {@link #TYPE_RUNNING_SERVICE}, contains an instance
235 case TYPE_RUNNING_SERVICE:
268 case TYPE_RUNNING_SERVICE:
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 112 report.type = ApplicationErrorReport.TYPE_RUNNING_SERVICE;

Completed in 225 milliseconds