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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIFactory.java48 public class SystemUIFactory { class
49 private static final String TAG = "SystemUIFactory";
51 static SystemUIFactory mFactory;
53 public static SystemUIFactory getInstance() {
60 throw new RuntimeException("No SystemUIFactory component configured");
66 mFactory = (SystemUIFactory) cls.newInstance();
68 Log.w(TAG, "Error creating SystemUIFactory component: " + clsName, t);
73 public SystemUIFactory() {} method in class:SystemUIFactory

Completed in 172 milliseconds