Home
last modified time | relevance | path

Searched refs:BASE_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/health/
DServiceHealthStats.java35 public static final int MEASUREMENT_START_SERVICE_COUNT = HealthKeys.BASE_SERVICE + 1;
44 public static final int MEASUREMENT_LAUNCH_COUNT = HealthKeys.BASE_SERVICE + 2;
DHealthKeys.java52 public static final int BASE_SERVICE = 50000; field in HealthKeys