Searched defs:AttributeCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java38 public final class AttributeCache { class
39 private static AttributeCache sInstance = null;
75 sInstance = new AttributeCache(context);
79 public static AttributeCache instance() {
83 public AttributeCache(Context context) { method in class:AttributeCache

Completed in 309 milliseconds