HomeSort by relevance Sort by last modified time
    Searched refs:UNRESOLVED_LIBRARY_NAME (Results 1 - 2 of 2) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeLibraryAllocationInfo.java 34 public static final String UNRESOLVED_LIBRARY_NAME = "Resolving..";
76 * then they are grouped under the library {@link #UNRESOLVED_LIBRARY_NAME}. If they do
91 String libName = UNRESOLVED_LIBRARY_NAME;
NativeHeapSnapshot.java 82 if (info.getLibraryName().equals(NativeLibraryAllocationInfo.UNRESOLVED_LIBRARY_NAME)) {

Completed in 31 milliseconds