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

Method setAndroidName

src/com/odoo/support/OEUser.java:191–193  ·  view source on GitHub ↗

Sets the android name. @param android_name the new android name

(String android_name)

Source from the content-addressed store, hash-verified

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.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected