Searched refs:otherPackageCount (Results 1 – 2 of 2) sorted by relevance
91 private int otherPackageCount; field in OtaDexoptService469 otherPackageCount = others; in prepareMetricsLogging()497 metricsLogger.histogram("ota_dexopt_num_other_packages", otherPackageCount); in performMetricsLogging()
274 final int otherPackageCount = pc.mSetPackages.length; in sameSet() local276 if (otherPackageCount != packageCount) { in sameSet()