Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java96 private int dexoptCommandCountExecuted; field in OtaDexoptService
241 dexoptCommandCountExecuted++; in nextDexoptCommand()
473 dexoptCommandCountExecuted = 0; in prepareMetricsLogging()
501 metricsLogger.histogram("ota_dexopt_num_commands_executed", dexoptCommandCountExecuted); in performMetricsLogging()