(CharSequence title)
| 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; |
no outgoing calls
no test coverage detected