Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java92 private int otherPackageCount; field in OtaDexoptService
470 otherPackageCount = others; in prepareMetricsLogging()
498 metricsLogger.histogram("ota_dexopt_num_other_packages", otherPackageCount); in performMetricsLogging()
H A DPreferredComponent.java269 final int otherPackageCount = pc.mSetPackages.length; in sameSet() local
271 if (otherPackageCount != packageCount) { in sameSet()