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

/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java36 public final class AttributeCache { class
37 private static AttributeCache sInstance = null;
66 sInstance = new AttributeCache(context);
70 public static AttributeCache instance() {
74 public AttributeCache(Context context) { method in class:AttributeCache

Completed in 51 milliseconds