Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
DNativeHeapPanel.java185 final List<NativeAllocationInfo> nativeAllocations = shallowCloneList(allocations); in clientChanged()
311 private List<NativeAllocationInfo> shallowCloneList(List<NativeAllocationInfo> allocations) { in shallowCloneList() method in NativeHeapPanel
355 allocations = shallowCloneList(allocations); in clientSelected()