Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageMetrics.java61 public @interface StepInt { annotation in PackageMetrics
168 public void onStepStarted(@StepInt int step) { in onStepStarted()
172 public void onStepFinished(@StepInt int step) { in onStepFinished()
180 public void onStepFinished(@StepInt int step, long durationMillis) { in onStepFinished()