HomeSort by relevance Sort by last modified time
    Searched defs:SystemUIFactory (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 57 public class SystemUIFactory {
58 private static final String TAG = "SystemUIFactory";
60 static SystemUIFactory mFactory;
62 public static SystemUIFactory getInstance() {
69 throw new RuntimeException("No SystemUIFactory component configured");
75 mFactory = (SystemUIFactory) cls.newInstance();
77 Log.w(TAG, "Error creating SystemUIFactory component: " + clsName, t);
82 public SystemUIFactory() {}
SystemUIApplication.java 87 SystemUIFactory.createFromConfig(this);
160 Object newService = SystemUIFactory.getInstance().createInstance(cl);

Completed in 43 milliseconds