MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / getOEInstance

Method getOEInstance

src/com/odoo/App.java:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public Odoo getOEInstance() {
55 Log.d(TAG, "App->getOEInstance()");
56 if (mOEInstance == null) {
57 mOEInstance = createInstance();
58 }
59 return mOEInstance;
60 }
61
62 public void setOEInstance(Odoo odoo) {
63 mOEInstance = odoo;

Callers 1

onCreateMethod · 0.45

Calls 1

createInstanceMethod · 0.95

Tested by

no test coverage detected