Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptService.java94 private int dexoptCommandCountTotal; field in OtaDexoptService
471 dexoptCommandCountTotal = mDexoptCommands.size(); in prepareMetricsLogging()
499 metricsLogger.histogram("ota_dexopt_num_commands", dexoptCommandCountTotal); in performMetricsLogging()