Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageMetrics.java83 public @interface StepInt { annotation in PackageMetrics
217 public void onStepStarted(@StepInt int step) { in onStepStarted()
221 public void onStepFinished(@StepInt int step) { in onStepFinished()
229 public void onStepFinished(@StepInt int step, long durationMillis) { in onStepFinished()