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

Method setTitle

src/com/odoo/MainActivity.java:410–414  ·  view source on GitHub ↗
(CharSequence title)

Source from the content-addressed store, hash-verified

408 }
409
410 @Override
411 public void setTitle(CharSequence title) {
412 mTitle = title;
413 getActionBar().setTitle(mTitle);
414 }
415
416 public void setTitle(CharSequence title, CharSequence subtitle) {
417 mTitle = title;

Callers 4

onDrawerClosedMethod · 0.95
onDrawerOpenedMethod · 0.95
initDrawerListenersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected