Gets the default source title. @return the default source title
()
| 2137 | * @return the default source title |
| 2138 | */ |
| 2139 | public String getDefaultSourceTitle() |
| 2140 | { |
| 2141 | return defaultSourceTitle; |
| 2142 | } |
| 2143 | |
| 2144 | public String getTabName(Tab tab) |
| 2145 | { |
no outgoing calls