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

  /frameworks/base/core/java/android/content/res/
AssetManager.java 84 private HashMap<Long, RuntimeException> mRefStacks;
558 if (mRefStacks != null) {
559 for (RuntimeException e : mRefStacks.values()) {
866 if (mRefStacks == null) {
867 mRefStacks = new HashMap<Long, RuntimeException>();
871 mRefStacks.put(id, ex);
877 if (DEBUG_REFS && mRefStacks != null) {
878 mRefStacks.remove(id);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 119 milliseconds