Searched refs:otherPackageCount (Results 1 – 2 of 2) sorted by relevance
92 private int otherPackageCount; field in OtaDexoptService470 otherPackageCount = others; in prepareMetricsLogging()498 metricsLogger.histogram("ota_dexopt_num_other_packages", otherPackageCount); in performMetricsLogging()
269 final int otherPackageCount = pc.mSetPackages.length; in sameSet() local271 if (otherPackageCount != packageCount) { in sameSet()