Searched refs:METRIC_KEY_GLOBAL_FREED_COUNT (Results 1 – 3 of 3) sorted by relevance
260 public static final String METRIC_KEY_GLOBAL_FREED_COUNT = "global_freed_count"; field in PerformanceCollector577 results.putLong(METRIC_KEY_GLOBAL_FREED_COUNT, Debug.getGlobalFreedCount()); in getAllocCounts()
443 assertTrue(snapshot.containsKey(PerformanceCollector.METRIC_KEY_GLOBAL_FREED_COUNT)); in verifySnapshotBundle()444 assertTrue(snapshot.getLong(PerformanceCollector.METRIC_KEY_GLOBAL_FREED_COUNT) > 0); in verifySnapshotBundle()
51952 Landroid/os/PerformanceCollector;->METRIC_KEY_GLOBAL_FREED_COUNT:Ljava/lang/String;