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

Method androidName

src/com/odoo/orm/OEHelper.java:163–170  ·  view source on GitHub ↗
(String username, String database)

Source from the content-addressed store, hash-verified

161 }
162
163 private String androidName(String username, String database) {
164 StringBuffer android_name = new StringBuffer();
165 android_name.append(username);
166 android_name.append("[");
167 android_name.append(database);
168 android_name.append("]");
169 return android_name.toString();
170 }
171
172 public boolean syncWithServer() {
173 return syncWithServer(false, null, null, false, -1, false);

Callers 1

loginMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected