Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptService.java95 private int dexoptCommandCountExecuted; field in OtaDexoptService
243 dexoptCommandCountExecuted++; in nextDexoptCommand()
472 dexoptCommandCountExecuted = 0; in prepareMetricsLogging()
500 metricsLogger.histogram("ota_dexopt_num_commands_executed", dexoptCommandCountExecuted); in performMetricsLogging()