Sets the android name. @param android_name the new android name
(String android_name)
| 189 | * the new android name |
| 190 | */ |
| 191 | public void setAndroidName(String android_name) { |
| 192 | this.android_name = android_name; |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * Gets the username. |
no outgoing calls
no test coverage detected