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

Method isTwoPane

src/com/odoo/MainActivity.java:796–799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

794 }
795
796 @Override
797 public boolean isTwoPane() {
798 return mTwoPane;
799 }
800
801 class CreateOdooInstance extends AsyncTask<Void, Odoo, Odoo> {
802 Bundle mSavedInstanceState = null;

Callers 2

startMainFragmentMethod · 0.95
startDetailFragmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected