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

Method onClick

src/com/odoo/MainActivity.java:253–257  ·  view source on GitHub ↗
(View v)

Source from the content-addressed store, hash-verified

251 v.setOnClickListener(new View.OnClickListener() {
252
253 @Override
254 public void onClick(View v) {
255 onSettingItemSelected(SettingKeys.PROFILE);
256 mDrawerLayout.closeDrawers();
257 }
258 });
259 mDrawerListView.addHeaderView(v, null, false);
260 }

Callers

nothing calls this directly

Calls 6

onSettingItemSelectedMethod · 0.95
startMainFragmentMethod · 0.95
loginUserMethod · 0.95
initMethod · 0.95
getAndroidNameMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected