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

/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java35 public final class AttributeCache { class
36 private static AttributeCache sInstance = null;
65 sInstance = new AttributeCache(context);
69 public static AttributeCache instance() {
73 public AttributeCache(Context context) { method in class:AttributeCache

Completed in 299 milliseconds